{{--*/ $total_driver_payable = 0 /*--}} {{--*/ $overall_driver_payable = 0 /*--}} @foreach($cash_requisition_item_descriptions as $index=>$item_description) {{--*/ $total_driver_payable += $item_description->amount /*--}} {{--*/ $overall_driver_payable += $item_description->amount +$item_description->getDriverBonus($requisition->id) /*--}} @endforeach
S/N Truck & Trailer Driver AGO DEL .POINT Mileage Bonus Total
{{++$index}} {{$item_description->route_assignment->truck_registration}} / {{$item_description->route_assignment->trailer_registration}} {{$item_description->route_assignment->driver_names}} {{number_format($item_description->route_assignment->tonnage)}} {{$item_description->route_assignment->destination->name}} {{$item_description->amount}}{{number_format($item_description->getDriverBonus($requisition->id))}} {{number_format($item_description->amount +$item_description->getDriverBonus($requisition->id))}}
Requisition Amount {{number_format($overall_driver_payable)}}