{{ __('Update Password') }} {{ __('Ensure your account is using a long, random password to stay secure.') }}
@csrf @method('put')
@error('current_password') @enderror
@error('password') @enderror
@error('password_confirmation') @enderror
@if (session('status') === 'password-updated')

{{ __('Saved') }}

@endif {{ __('Save') }}