{{-- Fil d'Ariane --}}

Mon Profil

{{-- Carte gauche --}}
@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
{{-- Carte droite --}}
{{-- Onglet affichage --}}
Nom
Prénom
Email
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
{{-- Onglet modification --}}
@if (auth()->user()->membrePersonnel)
@endif
{{-- Modal pour changer la photo --}}
{{-- Scripts --}}