@if (session('Status'))
{{ session('Status') }}
@endif
Go Back
@csrf @method('PATCH')
@if (Auth::user()->profile && Auth::user()->profile->file && Auth::user()->profile->file->path) Profile Picture @else Default Profile Picture @endif

{{ $user->name }}

{{ $user->address }}

Change Profile
{{-- Signature Implementation --}}

Signature

@if ($user->signature) User Signature @else

No Signature Added

@endif

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