diff --git a/resources/views/notifications/markdown/upcoming-audits.blade.php b/resources/views/notifications/markdown/upcoming-audits.blade.php index c6b9bf445b..35a30721b9 100644 --- a/resources/views/notifications/markdown/upcoming-audits.blade.php +++ b/resources/views/notifications/markdown/upcoming-audits.blade.php @@ -2,9 +2,21 @@ ### {{ trans_choice('mail.upcoming-audits', $assets->count(), ['count' => $assets->count(), 'threshold' => $threshold]) }} -@component('mail::table') -| |{{ trans('mail.name') }}|{{ trans('general.last_audit') }}|{{ trans('general.next_audit_date') }}|{{ trans('mail.Days') }}|{{ trans('mail.supplier') }} | {{ trans('mail.assigned_to') }}|{{ trans('general.notes') }} -|-|:------------- |:-------------|:---------|:---------|:---------|:---------|:---------| + +
| + | {{ trans('mail.name') }} | +{{ trans('general.last_audit') }} | +{{ trans('general.next_audit_date') }} | +{{ trans('mail.Days') }} | +{{ trans('mail.supplier') }} | +{{ trans('mail.assigned_to') }} | +{{ trans('general.notes') }} | +
|---|---|---|---|---|---|---|---|
| {{ $icon }} | +{{ $asset->present()->name }} | +{{ $last_audit_date }} | +{{ $next_audit_date }} | +{{ $diff }} | +{{ ($asset->supplier ? e($asset->supplier->name) : '') }} | +{{ ($asset->assignedTo ? $asset->assignedTo->present()->name() : '') }} | +{!! nl2br(e($asset->notes)) !!} | +