| # | Pseudo | Prénom & Nom | Contacts | Adresse | Actions |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $chauffeur->pseudo ?? 'N/A' }} | {{-- Prénom / Nom vertical --}}
{{ $chauffeur->first_name }}
{{ $chauffeur->last_name }}
|
{{-- Téléphone 1 / 2 vertical --}}
{{ $chauffeur->phone }}
{{ $chauffeur->contact ?? 'N/A' }}
|
{{ $chauffeur->address ?? 'N/A' }} | {{-- Actions --}}