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

OPERATIONS MANAGEMENT SYSTEM

User Image

PURITY DETAILS

@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 Producer Price (GH¢) Buyers Margin (GH¢) Evacuation Cost (GH¢) Total Claim (GH¢)
{{$loop->index + 1}}. {{Carbon\Carbon::parse($internal_waybill->purity_date)->format('d-M-Y')}} {{$internal_waybill->purity_number}} {{$internal_waybill->purity_grade}} {{$internal_waybill->station->station_name}} {{$internal_waybill->station->evacuation_rates()->where('season_id', $internal_waybill->season_id)->first()->rate}} {{$internal_waybill->actual_tonnage}} {{ number_format($pp,2)}} {{ number_format($bm,2)}} {{ number_format($ec,2)}} {{number_format($tc,2) }}
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