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

OPERATIONS MANAGEMENT SYSTEM

CLAIMS

@foreach ($claims as $claim) @endforeach
No. LBC BANK CLAIM REF NO. CLAIM DATE TOTAL CLAIM GH¢ TOTAL NUMBER OF BAGS TOTAL TONNAGE LBC INVOICE CLAIM DOCUMENTS EDIT CLAIM PREP. SUP. APVD. AUTH. CHECK TO AUDIT
{{ $loop->index + 1 }}. {{ optional($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 }} DOCUMENTS supervised_by != null) onclick="event.preventDefault()" disabled @endif oncontextmenu="return false;">EDIT
@endsection @section('more-scripts') @endsection