We had a markdown failure in the upcoming audits table, this fixes it.

This commit is contained in:
Brady Wetherington 2022-02-01 14:06:01 -08:00
parent f70c238b1c
commit eaba560877

View file

@ -4,7 +4,7 @@
@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') }}
| |:------------- |:-------------|:---------|:---------|:---------|:---------|
|-|:------------- |:-------------|:---------|:---------|:---------|:---------|
@foreach ($assets as $asset)
@php
$next_audit_date = Helper::getFormattedDateObject($asset->next_audit_date, 'date', false);