{{ $count++ }}. |
{{ $cost_sheet->port->name }} |
{{ $cost_sheet->cost_sheet_ref }} |
{{ $cost_sheet->cost_sheet_date ? Carbon\Carbon::parse($cost_sheet->cost_sheet_date)->format('j M Y') : null }}
|
{{ $cost_sheet->wpo_arrival_time ? Carbon\Carbon::parse($cost_sheet->wpo_arrival_time)->format('j M Y g:i a') : null }}
|
{{ $cost_sheet->wpo_arrival_supervisor_time ? Carbon\Carbon::parse($cost_sheet->wpo_arrival_supervisor_time)->format('j M Y g:i a') : null }}
|
{{ $cost_sheet->status }} |
{{ optional($cost_sheet->audit_logs->last())->toc_audit_secretary_time ? Carbon\Carbon::parse(optional($cost_sheet->audit_logs->last())->toc_audit_secretary_time)->format('j M Y g:i a') : null }}
|
{{ optional($cost_sheet->audit_logs->last())->toc_reasons_for_return }} |
{{ $cost_sheet->toc_audit_user_time ? Carbon\Carbon::parse($cost_sheet->toc_audit_user_time)->format('j M Y g:i a') : null }}
|
{{ $cost_sheet->toc_audit_supervisor_time ? Carbon\Carbon::parse($cost_sheet->toc_audit_supervisor_time)->format('j M Y g:i a') : null }}
|
{{ $cost_sheet->toc_audit_authorizer_time ? Carbon\Carbon::parse($cost_sheet->toc_audit_authorizer_time)->format('j M Y g:i a') : null }}
|
{{-- {{ $cost_sheet->audit_status }} | --}}
{{ $cost_sheet->accounts_user_time ? Carbon\Carbon::parse($cost_sheet->accounts_user_time)->format('j M Y g:i a') : null }}
|
{{ $cost_sheet->accounts_supervisor_time ? Carbon\Carbon::parse($cost_sheet->accounts_supervisor_time)->format('j M Y g:i a') : null }}
|
{{ $cost_sheet->accounts_authorizer_time ? Carbon\Carbon::parse($cost_sheet->accounts_authorizer_time)->format('j M Y g:i a') : null }}
|
{{ optional($cost_sheet->audit_logs->last())->accra_audit_secretary_time ? Carbon\Carbon::parse(optional($cost_sheet->audit_logs->last())->accra_audit_secretary_time)->format('j M Y g:i a') : null }}
|
{{ optional($cost_sheet->audit_logs->last())->accra_reasons_for_return }} |
{{ $cost_sheet->accra_audit_user_time ? Carbon\Carbon::parse($cost_sheet->accra_audit_user_time)->format('j M Y g:i a') : null }}
|
{{ $cost_sheet->accra_audit_supervisor_time ? Carbon\Carbon::parse($cost_sheet->accra_audit_supervisor_time)->format('j M Y g:i a') : null }}
|
{{ $cost_sheet->accra_audit_authorizer_time ? Carbon\Carbon::parse($cost_sheet->accra_audit_authorizer_time)->format('j M Y g:i a') : null }}
|
@endforeach