Edit User Profile

Update user information and security settings

{{ substr($user['name'], 0, 1) }}

Profile Information

Update user's basic information

@csrf @method('PUT')
@if (Auth::user()->admin == 1)

Grant full system access to this user

@endif
{{ __('Save Changes') }}

Security Settings

Update user's password

@csrf @method('PATCH')
{{ __('Update Password') }}