@extends('layouts.master') @section('title', 'Voyages') @section('content')
Numero de voyage : {{ $voyage->ref }}
Plaque : {{ $voyage->camion_name }}
Date de départ : {{ \Carbon\Carbon::parse($voyage->depart)->format('d/m/Y') }}
Chauffeur principal : {{ $voyage->chauffeur_name }}
Co-Chauffeur : {{ $voyage->secondDriver ?? 'N/A' }}
Trajet aller : {{ $voyage->lieu_depart }} ==> {{ $voyage->lieu_destination }}
Trajet retour : {{ $voyage->lieu_destination }} ==> {{ $voyage->lieu_depart }}
Produit transporté : {{ $voyage->produit ?? 'N/A' }}
Quantité : {{ $voyage->quantite ?? 'N/A' }} L