Change Password

@if (session('status') === 'password-updated' && session('form_id') === 'update-password-form')

{{ __('Password updated successfully.') }}

@endif
@csrf @method('put')