Change Password
×
Note: This is just UI. you need to develop Backend for update
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{csrf_field()}}
Current Password:
*
New Password:
*
Confirm Password:
*
Save
Cancel