{{++$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}} |
{{--*/ $total_driver_payable += $item_description->amount /*--}}
{{number_format($item_description->getDriverBonus($requisition->id))}} |
{{number_format($item_description->amount +$item_description->getDriverBonus($requisition->id))}} |
{{--*/ $overall_driver_payable += $item_description->amount +$item_description->getDriverBonus($requisition->id) /*--}}
@endforeach