Change Password

@if (session('status') === 'password-updated')

{{ __('Your password has been updated!') }}

@endif
@csrf @method('put')
{{ __('Save') }}