2016-03-25 01:18:05 -07:00
|
|
|
@extends('emails/layouts/default')
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
|
|
|
<p>There are {{ $count }} asset(s) with warrantees expiring in the next 60 days.</p>
|
|
|
|
|
|
|
|
|
|
|
|
<table style="border: 1px solid black; padding: 5px;" width="100%" cellspacing="0" cellpadding="3">
|
|
|
|
<tr>
|
|
|
|
<td><strong>Name</strong></td>
|
|
|
|
<td><strong>Tag</strong></td>
|
|
|
|
<td><strong>Expires</strong></td>
|
|
|
|
<td><strong>Days</strong></td>
|
2016-04-23 04:04:03 -07:00
|
|
|
<td><strong>Supplier</strong></td>
|
|
|
|
<td><strong>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
|