diff --git a/resources/views/notifications/markdown/report-expiring-assets.blade.php b/resources/views/notifications/markdown/report-expiring-assets.blade.php index 4c7ac47f1f..0b760058ea 100644 --- a/resources/views/notifications/markdown/report-expiring-assets.blade.php +++ b/resources/views/notifications/markdown/report-expiring-assets.blade.php @@ -2,16 +2,24 @@ {{ trans_choice('mail.assets_warrantee_alert', $assets->count(), ['count'=>$assets->count(), 'threshold' => $threshold]) }} @component('mail::table') -
| {{ trans('mail.name') }} | {{ trans('mail.serial') }} | {{ trans('mail.Days') }} | {{ trans('mail.expires') }} | {{ trans('mail.supplier') }} | {{ trans('mail.assigned_to') }} | |
| {{ $icon }} | {{ $asset->display_name }} {{trans('mail.serial').': '.$asset->serial}} | {{ $diff }} {{ trans('mail.Days') }} | {{ !is_null($expires) ? $expires['formatted'] : '' }} | {{ ($asset->supplier ? e($asset->supplier->name) : '') }} | {{ ($asset->assignedTo ? e($asset->assignedTo->present()->display_name) : '') }} |