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

OPERATIONS MANAGEMENT SYSTEM

@foreach ($internal_waybills as $internal_waybill) @endforeach
CLAIM DATE: {{Carbon\Carbon::parse($claim->claim_date)->format('dS F Y')}} CLAIM REF: {{strtoupper($claim->claim_ref)}}
No. Purity Date Purity Number Purity Grade Station Evacuation Rate Tonnage Bags Producer Price (GH¢) Buyers Margin (GH¢) Evacuation Cost (GH¢) Total Claim (GH¢) Check Audit
{{$loop->index + 1}}. {{Carbon\Carbon::parse($internal_waybill->audited_purity_date)->format('d-M-Y')}} {{$internal_waybill->audited_purity_number}} {{$internal_waybill->audited_grade}} {{App\Model\station::find($internal_waybill->audited_station_id)->station_name}} {{$internal_waybill->audited_evacuation_rate}} {{$internal_waybill->audited_actual_tonnage}} {{$internal_waybill->audited_no_bags}} {{ number_format($pp,2)}} {{ number_format($bm,2)}} {{ number_format($ec,2)}} {{number_format($tc,2) }}
vetted_by != NULL) onclick="event.preventDefault()" checked disabled @endif @endcan @can('accra.audit.validate', Auth::user()) @if ($internal_waybill->validated_by != NULL) onclick="event.preventDefault()" checked disabled @endif @endcan @can('accra.audit.certify', Auth::user()) @if ($internal_waybill->certified_by != NULL) onclick="event.preventDefault()" checked disabled @endif @endcan >AUDIT
GRAND TOTAL: {{number_format($ser,4)}} {{number_format($sat,4)}} {{number_format($spp,2)}} {{number_format($sbm,2)}} {{number_format($sec,2)}} {{number_format($stc,2)}}
@endsection @section('more-scripts') @endsection