Modifica Utente
← Torna agli utenti
@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror

User = solo lettura | Editor = gestione blog | Staff = accesso backend | Manager = gestione completa | Admin = accesso totale

@error('role')

{{ $message }}

@enderror
{{-- Verification & Status Section --}}

Stato e Verifiche

is_active ?? true) ? 'checked' : '' }} class="w-4 h-4 text-umami-accent border-gray-300 rounded focus:ring-umami-accent">
email_verified_at !== null) ? 'checked' : '' }} class="w-4 h-4 text-umami-accent border-gray-300 rounded focus:ring-umami-accent">
phone_verified_at !== null) ? 'checked' : '' }} class="w-4 h-4 text-umami-accent border-gray-300 rounded focus:ring-umami-accent">
@error('password')

{{ $message }}

@enderror
{{-- Info --}}

Registrato: {{ $user->created_at->translatedFormat('d/m/Y H:i') }}

Articoli pubblicati: {{ $user->posts()->count() }}

@if($user->id === auth()->id())

Stai modificando il tuo account

@endif