Client : {!! $client->name !!}
{{--
BANK NAME :
--}} {{--*/ $current_agent['payable_amount'] = 0 /*--}} {{--
OPEN BALANCE ({!! $current_agent['currency'] !!}): {!! number_format($current_agent['payable_amount'],2) !!}
--}} @foreach($trip_driver_performances as $index=>$trip_driver_performance) @endforeach
S/N Loading Date Truck Trailer D.O # Cargo Inquiry Quantity Loaded Quantity Variation Quantity
{{++$index}} {{$trip_driver_performance->loading_date}} {{$trip_driver_performance->truck}} {{$trip_driver_performance->trailer}} {{$trip_driver_performance->d_o_number}} {{$trip_driver_performance->cargo_type}} {{$trip_driver_performance->inquiry_quantity}} {{$trip_driver_performance->loading_quantity}} {{number_format($trip_driver_performance->inquiry_quantity - $trip_driver_performance->loading_quantity,4)}}