{{ __('passwords.Update Password') }}

{{ __('passwords.Ensure your account is using a long, random password to stay secure.') }}

@csrf @method('put')
{{ __('form.Save') }} @if (session('status') === 'password-updated')

{{ __('form.Saved') }}

@endif