@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

OPERATIONS MANAGEMENT SYSTEM

M & E Audit Logs

{{-- --}} @foreach ($cost_sheets as $cost_sheet) {{-- --}} @endforeach
No. TOC Cost Sheet Ref Cost Sheet Date WPO Arrival User Time WPO Arrival Supervisor Time WPO Status TOC Audit Secretary Time Reasons for Return TOC Audit User Time TOC Audit Supervisor Time TOC Audit Certifier TimeAudit StatusAccra Accounts User Time Accra Accounts Supervisor Time Accra Accounts Authorizer Time Accra Audit Secretary Time Reasons for Return Accra Audit User Time Accra Audit Supervisor Time Accra Audit Authorizer Time
{{ $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 }}
{!! $cost_sheets->render() !!}
@endsection @section('more-scripts') @endsection