@stack('styles')
@yield('page-title', 'Agents')
{{ auth()->user()->name ?? 'Inconnu' }}
@csrf
Déconnexion
@yield('content')
@stack('scripts')