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

OPERATIONS MANAGEMENT SYSTEM

CLAIMS

@php use App\User; $user = Auth::user(); @endphp
@if ($user->can('claims')) @endif @foreach ($claims as $claim) @if ($user->can('claims') ) {{-- expr --}} @endif @endforeach
No. LBC BANK CLAIM REF NO. CLAIM DATE TOTAL CLAIM GH¢ TOTAL NUMBER OF BAGS TOTAL TONNAGE LBC INVOICE REASONS FOR RETURN CLAIM DOCUMENTSSEND 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}} @if ($claim->audit_logs->count() > 1) @foreach ($claim->audit_logs->reverse() as $audit_log) {{$audit_log->reasons_for_return}}
@endforeach @endif
DOCUMENTS
@endsection @section('more-scripts') @endsection