NovaCore Framework
Dashboard
Users
Logout
Edit User
Update user information
@csrf @method('PUT')
Full Name
@if (isset($errors['name']))
{{ $errors['name'] }}
@endif
Email Address
@if (isset($errors['email']))
{{ $errors['email'] }}
@endif
New Password (leave blank to keep current)
@if (isset($errors['password']))
{{ $errors['password'] }}
@endif
Update User
Cancel