
| No | DATE CHAR. | LIEU | PLAQUE | CHAUFFEUR | FRAIS DE MISSION | SIGNATURE | CONVOYEUR | FRAIS DE MISSION | SIGNATURE | CARBURANT | CHARGE EN T. |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{++$key}} | {{ date('d-m-Y', strtotime($auto->date_exp))}} | {{$auto->nom_province}} | {{ $auto -> veh1 }} | {{ $auto -> name }} | {{ $auto -> frais_chauff }} | @foreach($auto_affected_conv as $aut) @if($auto->id_vehicule==$aut->id_vehicule) {{$aut->name}} @endif @endforeach | {{ $auto -> frais_convoy }} | {{ $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_general, 0, ',', ' ')}} | ||||||||||