@extends('layouts.dashboard-skelton') @section('main')
# | Heure départ | Heure d'arrivé | Groupe | Véhicule | Personnels | Date | ||
---|---|---|---|---|---|---|---|---|
{{ $voyage->id }}
|
{{ $voyage->heure_depart }}
|
{{ $voyage->heure_fin }}
|
{{ $voyage->groupe->name ?? '' }}
|
{{ $voyage->vehicle->matricule }}
|
{{ $voyage->created_at->diffForHumans() }}
|