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

OPERATIONS MANAGEMENT SYSTEM

CLAIMS

@php $user = Auth::user(); @endphp
@forelse ($claims as $claim) @endforeach
No. LBC BANK CLAIM REF NO. CLAIM DATE TOTAL CLAIM GH¢ TOTAL NUMBER OF BAGS TOTAL TONNAGE LBC INVOICE Accounts Authorizer Accounts Authorizer Time Audit Secretary Audit Secretary Time
{{$loop->index +1}}. {{$claim->lbc->name}} {{optional($claim->bank)->name}} {{$claim->claim_ref}} {{Carbon\Carbon::parse($claim->claim_date)->format('d M Y')}} {{($claim->total_claim)}} {{number_format($claim->total_bags)}} {{number_format($claim->total_tonnage,4)}} {{$claim->lbc_invoice}} {{ $user::find($claim->authorized_by)->username }} {{Carbon\Carbon::parse($claim->authorized_by_time)->format('dS M Y h:i a')}} {{$user::find($claim->audit_logs->last()->accra_audit_secretary_id)->username}} {{Carbon\Carbon::parse($claim->audit_logs->last()->accra_audit_secretary_time)->format('dS M Y h:i a')}}
@endsection @section('more-scripts') @endsection