Voyages en cours

{{ $totalEnCours }}

Voyages terminés

{{ $totalTermine }}

@forelse($trips as $index => $trip) @empty @endforelse
# Référence Camion Chauffeur Trajet Date départ Statut Actions
{{ $index + 1 }} {{ $trip->reference }} {{ $trip->camion->plaque_immatriculation_tracteur ?? '-' }} {{ $trip->chauffeur }} {{ $trip->departure_aller }} → {{ $trip->arrival_aller }} {{ \Carbon\Carbon::parse($trip->start_date)->format('d/m/Y') }} EN COURS
Aucun voyage en cours
{{ $trips->links() }}