{{--*/ $i = 1 /*--}} @foreach($highest_drivers_losses as $highest_drivers_loss) @endforeach
S/N Loading Date Truck Driver Destination Total Losses Loss after Allowable
{{$i++}} {{\Carbon\Carbon::parse($highest_drivers_loss->loading_date)->toFormattedDateString()}} {{$highest_drivers_loss->truck}} {{$highest_drivers_loss->driver}} {{$highest_drivers_loss->destination}} {{number_format($highest_drivers_loss->different_quantity)}} {{ (($highest_drivers_loss->different_quantity-$highest_drivers_loss->allowable_loss) > 0) ? number_format($highest_drivers_loss->different_quantity-$highest_drivers_loss->allowable_loss) : 0 }}