{{--*/ $total_loss_amount = 0 /*--}} {{--*/ $i = 1 /*--}} @foreach($loading_order_destinations as $index=>$loading_order_destination) {{--*/ $total_loss_amount += ceil($loading_order_destination->total_driver_loss/100)*100 /*--}} {{--*/ $i++ /*--}} @endforeach
S/N Driver Name Amount(TSH)
{{$i}} {{$loading_order_destination->driver}} {{number_format( ceil($loading_order_destination->total_driver_loss/100)*100)}}
TOTAL {{number_format($total_loss_amount)}}