{{$i}} |
{{--*/ $t_loss = $employee_transaction->loss /*--}}
{{ucfirst($employee_transaction->employee_name) . " " . ucfirst($employee_transaction->middle_name) . " " . ucfirst($employee_transaction->last_name)}} |
{{number_format($employee_transaction->last_trip_loss)}} |
{{number_format($employee_transaction->last_trip_recovery)}} |
{{number_format($employee_transaction->last_trip_loss-$employee_transaction->last_trip_recovery)}} |
{{--*/ $total_loss += $employee_transaction->last_trip_loss /*--}}
{{--*/ $total_recovery += $employee_transaction->last_trip_recovery /*--}}
{{--*/ $total_balance += $employee_transaction->last_trip_loss-$employee_transaction->last_trip_recovery /*--}}
{{--*/ $i++ /*--}}
@endif
@endforeach