Edit User - {{ $user->name }}

Back to Profile

Edit User Information

Address Information

Role Information

@if($user->roles->isNotEmpty()) {{ $user->roles->first()->name }} @else No role assigned @endif

Note: Role changes must be made by an administrator. Staff members can only edit basic user information.

Account Information

#{{ $user->id }}
{{ $user->created_at->format('M j, Y g:i A') }}
{{ $user->updated_at->format('M j, Y g:i A') }}
@if($user->email_verified_at) ✓ Verified @else ✗ Not Verified @endif
Important: Changes will be logged for audit purposes.
Cancel Update User Information