@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 REVERSE
{{ $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 accra_audit_secretariat_status == 'received_audit') onclick="event.preventDefault()" oncontextmenu="return false;" disabled @endif onclick="return confirm('Are you sure you want to reverse claim')">Reverse Claim
@endsection @section('more-scripts') @endsection