2016-03-25 01:18:05 -07:00
|
|
|
@extends('emails/layouts/default')
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
2016-09-26 14:13:07 -07:00
|
|
|
<p>{{ trans_choice('mail.There_are',$count) }} {{ $count }} {{ trans_choice('mail.assets_warrantee_expiring',$count) }}</p>
|
2016-03-25 01:18:05 -07:00
|
|
|
|
|
|
|
<table style="border: 1px solid black; padding: 5px;" width="100%" cellspacing="0" cellpadding="3">
|
|
|
|
<tr>
|
2016-09-26 14:13:07 -07:00
|
|
|
<td><strong>{{ trans('mail.name') }}</strong></td>
|
|
|
|
<td><strong>{{ trans('mail.tag') }}</strong></td>
|
|
|
|
<td><strong>{{ trans('mail.expires') }}</strong></td>
|
|
|
|
<td><strong>{{ trans('mail.Days') }}</strong></td>
|
|
|
|
<td><strong>{{ trans('mail.supplier') }}</strong></td>
|
|
|
|
<td><strong>{{ trans('mail.assigned_to') }}</strong></td>
|
2016-03-25 01:18:05 -07:00
|
|
|
</tr>
|
2016-04-23 04:04:03 -07:00
|
|
|
|
|
|
|
{!! $email_content !!}
|
2016-03-25 01:18:05 -07:00
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
@stop
|