@extends('layouts.app') @section('content')
| Nom | Téléphone | Rôle | Actions | |
|---|---|---|---|---|
|
{{ $user->name }}
|
{{ $user->email }}
|
{{ $user->phone ?? 'N/A' }} | @if($user->isAdmin()) Administrateur @else Agent @endif | Modifier @if(Auth::id() !== $user->id) @endif |