Mon Profil

@if (auth()->user()->user_photo == null) User profile picture @else User profile picture @endif

{{ getMembrePersonnelNom(auth()->user()->id) }}

Rôle : {{ auth()->user()->roles->role_nom }}

Changer la photo de profil
Nom
Prénom
Email
Téléphone
Date de naissance
Lieu de naissance
Adresse
@if (auth()->user()->membrePersonnel == []) @else {{ 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
@if (auth()->user()->membrePersonnel == []) @else
@endif