
| No | DATE CHAR. | LIEU | PLAQUE | CHAUFFEUR | FRAIS DE MISSION | CONVOYEUR | FRAIS DE MISSION | CARBURANT | CHARGE EN T. | ||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{++$key}} | {{ date('d-m-Y', strtotime($auto->date_exp))}} | {{$auto->nom_province}} | {{ $auto -> veh1 }} | {{ $auto -> name }} | {{ $auto -> frais_chauff }} | @if($auto->serv_chauff==0) Non Servi @else Servi @endif | @foreach($auto_affected_conv as $aut) @if($auto->id_vehicule==$aut->id_vehicule) {{$aut->name}} @endif @endforeach | {{ $auto -> frais_convoy }} | @if($auto->serv_convoy==0) Non Servi @else Servi @endif | {{ $auto -> carburant_m }} | {{ $auto -> tone_m }} |
| Total Partiel | {{number_format($tot_fr_chauff, 0, ',', '.')}} | {{number_format($tot_fr_convoy, 0, ',', '.')}} | {{number_format($tot_carb, 0, ',', '.')}} | {{number_format($tot_tone, 3, '.', '.')}} | |||||||
| TOTAL GENERAL EN BIF | {{number_format($tot_fr_chauff + $tot_fr_convoy, 0, ',', '.')}} | ||||||||||