{{$client->name}}-
{{$sub_title}}

{{--*/ $total_amount = 0 /*--}} {{--*/ $total_quantity = 0 /*--}} {{--*/ $i = 1 /*--}} @foreach($client_trip_sales as $index=>$client_trip_sale) @endforeach
S/N Loading Truck & Trailer Ref # Loading City Destination Product Rate Loading Quantity Offloading Quantity Loss Allowable Loss Actual Loss
{{++$index}} {{\Carbon\Carbon::parse($client_trip_sale->loading_date)->toFormattedDateString()}} {{$client_trip_sale->truck}} / {{ $client_trip_sale->trailer}} {{$client_trip_sale->d_o_number}} {{$client_trip_sale->loading_city}} {{$client_trip_sale->destination}} {{$client_trip_sale->product }} {{$client_trip_sale->rate }} {{number_format($client_trip_sale->loading_quantity,2) }} {{number_format($client_trip_sale->offloading_quantity,2) }} {{number_format($client_trip_sale->different_quantity,2) }} {{$client_trip_sale->allowable_loss }} {{number_format($client_trip_sale->different_quantity - $client_trip_sale->allowable_loss,2) }}