@yield('title')
{{-- HEADER --}}
{{-- BODY --}}
{{-- FOOTER --}}
Départ interne – {{ $depart->city }}
Date : {{ \Carbon\Carbon::parse($depart->date)->format('d/m/Y') }}| # | Camion | Chauffeur | Destination | Frais | Carburant | Observation |
|---|---|---|---|---|---|---|
| {{ $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 ?: '-' }} |
| Aucun camion enregistré | ||||||
| TOTAL | {{ number_format($sum_frais_de_route, 0, '.', ' ') }} FCFA | {{ number_format($sum_carburant, 0, '.', ' ') }} | ||||