@if (session('Status'))
{{ session('Status') }}
@endif
Go Back
@csrf @method('PATCH')
@if (Auth::user()->profile && Auth::user()->profile->file && Auth::user()->profile->file->path)
@else
@endif
{{ $user->name }}
{{ $user->address }}
Change Profile
{{-- Signature Implementation --}}
Signature
@if ($user->signature)
@else
No Signature Added
@endif
Draw Signature
Upload Signature
Clear
User Information
Name
@error('name')
{{ $message }}
@enderror
Email
@error('email')
{{ $message }}
@enderror
Phone
@error('phone')
{{ $message }}
@enderror
Address
@error('address')
{{ $message }}
@enderror
Password
Current Password
@if (session('errors')) @if (session('errors')->has('current_password'))
{{ session('errors')->first('current_password') }}
@endif @endif
New Password
@error('password')
{{ $message }}
@enderror
Confirm Password
@error('password_confirmation')
{{ $message }}
@enderror
Update