{{ __('Reports') }} › {{ __('Every vehicle and driver document with its expiry status.') }}
| {{ __('Document') }} | {{ __('Belongs To') }} | {{ __('Number') }} | {{ __('Expires') }} | {{ __('Status') }} |
|---|---|---|---|---|
| {{ $row['document']->displayName() }} {{ __($row['kind']) }} | {{ $row['owner'] }} | {{ $row['document']->document_number ?: '—' }} | {{ $row['document']->expiry_date?->format('M j, Y') ?: '—' }} | {{ $row['document']->status()->label() }} |