{{ __('Update Password') }}

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

@if(!empty($isGoogle))
{{ __('Password changes are disabled for Google accounts.') }}
{{ __('Your account is linked to Google. Please change your password from your Google Account settings.') }}
@if ($errors->updatePassword->has('auth'))
{{ $errors->updatePassword->first('auth') }}
@endif @else
@csrf @method('put')
{{ __('Save') }} @if (session('status') === 'password-updated')

{{ __('Saved.') }}

@endif
@endif