{{--*/ $total_number_of_trucks =0 /*--}} {{--*/ $total_number_of_trips =0 /*--}} {{--*/ $total_quantity = 0 /*--}} @forelse($driver_trip_losses as $key => $driver_trip_loss) @empty @endforelse {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
S/N Client Total Trucks Total Volume Loss
{{ ++$key}} {{ $driver_trip_loss->client_code }} {{ $driver_trip_loss->total_trucks }} {{ number_format($driver_trip_loss->total_volume,2) }} {{ number_format($driver_trip_loss->losses_in_volume,2) }}
No data found!
TOTAL{{ $total_number_of_trips }}{{ $total_number_of_trucks }}{{ number_format($total_quantity,2) }}