@extends('layouts.app') @section('title', 'Utilisateurs') @section('content')
| Nom | Groupe | Actif | Actions | |
|---|---|---|---|---|
| {{ $user->name }} | {{ $user->email }} | {{ $user->usergroup ? $user->usergroup->nom : 'N/A' }} | {{ $user->is_active ? 'Oui' : 'Non' }} | @if($user->id != 1 && $user->name!='Admin Principal') @endif |