CLAIMS
No. | LBC | BANK | CLAIM REF NO. | CLAIM DATE | TOTAL CLAIM GH¢ | TOTAL NUMBER OF BAGS | TOTAL TONNAGE | LBC INVOICE | REASONS FOR RETURN | CLAIM DOCUMENTS | @if ($user->can('claims'))SEND TO AUDIT | @endif
---|---|---|---|---|---|---|---|---|---|---|---|
{{$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}} |
@if ($claim->audit_logs->count() > 1)
@foreach ($claim->audit_logs->reverse() as $audit_log)
{{$audit_log->reasons_for_return}}
@endforeach @endif |
DOCUMENTS | @if ($user->can('claims') )
|
{{-- expr --}}
@endif