{{-- Carte gauche --}}
{{-- Carte droite --}}
{{-- Modal pour changer la photo --}}
@if (auth()->user()->user_photo == null)
@else
@endif
@else
{{ getMembrePersonnelNom(auth()->user()->id) }}
Rôle : {{ auth()->user()->roles->role_nom }}
Changer la photo de profil
{{-- Onglet affichage --}}
{{-- Onglet modification --}}
Nom
Prénom
Email
Téléphone
Date de naissance
Lieu de naissance
Adresse
Prénom
Téléphone
Date de naissance
Lieu de naissance
Adresse
@if (auth()->user()->membrePersonnel)
{{ auth()->user()->membrePersonnel->dir_nom }}
{{ auth()->user()->membrePersonnel->dir_prenom }}
{{ auth()->user()->membrePersonnel->dir_email }}
{{ auth()->user()->membrePersonnel->dir_tel }}
{{ auth()->user()->membrePersonnel->dir_datenaiss }}
{{ auth()->user()->membrePersonnel->dir_lieunaiss }}
{{ auth()->user()->membrePersonnel->dir_adresse }}
@endif
{{ auth()->user()->membrePersonnel->dir_prenom }}
{{ auth()->user()->membrePersonnel->dir_email }}
{{ auth()->user()->membrePersonnel->dir_tel }}
{{ auth()->user()->membrePersonnel->dir_datenaiss }}
{{ auth()->user()->membrePersonnel->dir_lieunaiss }}
{{ auth()->user()->membrePersonnel->dir_adresse }}
@endif
@if (auth()->user()->membrePersonnel)
@endif