@push('title', __('Password settings'))

{{ __('Password settings') }}

{{ __('Change your password by filling out the fields below') }}

@method('PUT') @csrf

{{ __('Enter your current password') }}

{{ __('Enter a new secure password. Do not forget to save it somewhere safe') }}

{{ __('Please confirm your new password') }}

@if (setting('google_recaptcha_enabled'))
@endif @if (setting('cloudflare_turnstile_enabled')) @endif