| {{ __("Médiateur") }} | #{{ $trip->employe->reference }} {{ $trip->employe->first_name }} {{ $trip->employe->last_name }} | {{ __("Date de la mission") }} | {{ $trip->start_date->format('d/m/Y H:i') }} | ||||
| {{ __("Description") }} | {!! $trip->description !!} | ||||||
| {{ __("Départ") }} | @if ($trip->depart_site) {{ $trip->depart_site->name }} @elseif($trip->depart) {!! $trip->depart !!} @endif | ||||||
| {{ __("Destination(s)") }} | 🏁 {{ $trip->getDestinations() }} | ||||||
| {{ __("Véhicule") }} | {{ $trip->vehicule->marque }} - {{ $trip->vehicule->immatriculation }} @if($trip->vehicule->modele) ({{ $trip->vehicule->modele }}) @endif | @else{{ __("Véhicule") }} | {{ __("Non assigné") }} | @endif @if($trip->driver){{ __("Conducteur") }} |
#{{ $trip->driver->reference }}
{{ $trip->driver->first_name }} {{ $trip->driver->last_name }}
@if($trip->driver->telephone)
{{ __("Tél") }}: {{ $trip->driver->telephone }} @endif |
@else
{{ __("Conducteur") }} | {{ __("Non assigné") }} | @endif
| {{ __("Nombre de places") }} | {{ $trip->nb_places }} {{ __("passager(s)") }} | ||||||
@else