| {{ $trip->reference }} |
{{ $trip->camion->plaque_immatriculation_tracteur ?? '-' }} / {{ $trip->camion->plaque_immatriculation_equipement ?? '-' }} |
{{ \Carbon\Carbon::parse($trip->start_date)->format('d/m/Y') }} |
{{ \Carbon\Carbon::parse($trip->end_date)->format('d/m/Y') }} |
Aller
{{ $trip->departure_aller }} → {{ $trip->arrival_aller }}
|
Retour
{{ $trip->departure_retour }} → {{ $trip->arrival_retour }}
|
|
@empty