{{-- Left: Back button --}} {{-- Center: Title --}}

{{ strtoupper($user->last_name) }} {{ $user->first_name }}

{{-- Right: Spacer for alignment --}}
@csrf @method('PUT')
@if(!$user->email_verified_at)

⚠ Email non vérifié

@endif

Laissez vide pour conserver

is_active) ? 'checked' : '' }} class="rounded border-gray-300 text-blue-600 shadow-sm focus:ring-green-500 dark:bg-gray-900 dark:border-gray-700">
@foreach($roles->where('name', '!=', 'admin') as $role)
name, old('roles', $user->roles->pluck('name')->toArray())) ? 'checked' : '' }} class="rounded border-gray-300 text-blue-600 shadow-sm focus:ring-green-500 dark:bg-gray-900 dark:border-gray-700">
@endforeach

Informations

Créé le :
{{ $user->created_at->format('d/m/Y à H:i') }}
Dernière modification :
{{ $user->updated_at->format('d/m/Y à H:i') }}
@if($user->last_login_at)
Dernière connexion :
{{ $user->last_login_at->format('d/m/Y à H:i') }} ({{ $user->last_login_at->diffForHumans() }})
@endif
Annuler