Statut : {{ str_replace('_',' ', $depart->status) }}
| No | Camion | Chauffeur | Destination | Frais de route | Carburant | Observations |
|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->camion->plaque_immatriculation_tracteur }} | {{ $item->chauffeur }} | {{ $item->departure_destination }} - {{ $item->arrival_destination }} | {{ number_format($item->frais_de_route, 0, '.', ' ') }} FCFA | {{ number_format($item->carburant, 0, '.', ' ') }} L | {{ $item->observations ?: '-' }} |
| TOTAL | {{ number_format($totalFrais, 0, '.', ' ') }} FCFA | {{ number_format($totalCarburant, 0, '.', ' ') }} L | ||||