@push('title', __('Password settings'))
{{ __('Password settings') }} {{ __('Change your password by filling out the fields below') }}
@method('PUT') @csrf
{{ __('Current password') }} {{ __('Enter your current password') }}
{{ __('New password') }} {{ __('Enter a new secure password. Do not forget to save it somewhere safe') }}
{{ __('Confirm new password') }} {{ __('Please confirm your new password') }}
@if (setting('google_recaptcha_enabled'))
@endif @if (setting('cloudflare_turnstile_enabled')) @endif
{{ __('Update password') }}