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