{{-- En-tête --}}
{{ config('app.name') }}

Espace Administration

{{ config('app.name') }}

{{-- Message de succès (déconnexion, etc.) --}} @if(session('status')) @endif {{-- Erreur de rate limiting (lockout) --}} @error('throttle') @enderror {{-- Erreurs d'identifiants / droits --}} @if($errors->has('email') || $errors->has('auth')) @endif {{-- Formulaire --}}
@csrf

Retour au site