Edit User Profile

Global Directory
{{ strtoupper(substr($user->name, 0, 1)) }}

{{ $user->name }}

Account Settings & Access

{{ $user->roles->count() > 0 ? str_replace('_', ' ', $user->roles->first()->name) : 'No Role Assigned' }}
@csrf @method('PUT')

Security & Authentication

Only modify this if the user is locked out or explicitly requested a credential reset.

Account created: {{ $user->created_at->format('M j, Y') }}