User Profile — ProcureFlow My Account Profile
{{ strtoupper(substr(auth()->user()->name, 0, 2)) }}
{{ auth()->user()->name }}
{{ auth()->user()->roles->first()?->name ?? 'User' }}
{{ auth()->user()->email }}
Personal Information
@csrf @method('patch')
@if($errors->updateProfileInformation->has('name'))
{{ $errors->updateProfileInformation->first('name') }}
@endif
@if($errors->updateProfileInformation->has('email'))
{{ $errors->updateProfileInformation->first('email') }}
@endif
Security & Password
@csrf @method('put')
@if($errors->updatePassword->has('current_password'))
{{ $errors->updatePassword->first('current_password') }}
@endif
@if($errors->updatePassword->has('password'))
{{ $errors->updatePassword->first('password') }}
@endif
Danger Zone

Once your account is deleted, all of its resources and data will be permanently deleted. Please download any data or information that you wish to retain during the exit process.