@php
$user = Auth::user();
@endphp
No. |
LBC |
BANK |
CLAIM REF NO. |
CLAIM DATE |
TOTAL CLAIM GH¢ |
TOTAL NUMBER OF BAGS |
TOTAL TONNAGE |
LBC INVOICE |
Send To Print |
@foreach ($claims as $claim)
{{$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}} |
print == 'YES') disabled="disabled" @endif>Add To Print |
@endforeach
@endsection
@section('more-scripts')
@endsection