{{ __('Approved monitoring reports') }}
@include('reports.partials.new-monitoring-report-button')| {{ __('Status') }} | {{ __('Report type') }} | {{ __('ADP #') }} | {{ __('UID') }} | {{ __('Scheme') }} | {{ __('Submitted') }} | {{ __('Approved') }} |
|---|---|---|---|---|---|---|
| @include('reports.partials.mec-listing-status-badges', ['report' => $r]) | {{ $r->report_type }} | {{ $row['adp_number'] }} | {{ $row['scheme_uid'] }} | {{ $row['scheme_name'] }} | @if ($submitted instanceof \Illuminate\Support\Carbon) {{ $submitted->timezone(config('app.timezone'))->format('d M Y, H:i') }} @else — @endif | @if ($approved instanceof \Illuminate\Support\Carbon) {{ $approved->timezone(config('app.timezone'))->format('d M Y, H:i') }} @else — @endif |