| Nom — Prénom | Rôle | Téléphone | État | Actions | |
|---|---|---|---|---|---|
| {{ $item->membrePersonnel->dir_nom }} {{ $item->membrePersonnel->dir_prenom }} | @if ($item->user_role_id) {{ $item->roles->role_nom }} @else — @endif | {{ $item->membrePersonnel->dir_email }} | {{ $item->membrePersonnel->dir_tel }} | @if ($item->user_estActif == 1) Actif @else Inactif @endif |
@if(!$item->user_estActif)
@else
@endif
|
| Aucun utilisateur trouvé. | |||||