@push('title', __('Two-Factor Authentication'))

{{ __('Two-Factor Authentication') }}

{{ __('Please enter your two-factor authentication code or one of your recovery codes.') }}

@if (session('error'))
{{ session('error') }}
@endif
@csrf
@if (setting('google_recaptcha_enabled'))
@endif @if (setting('cloudflare_turnstile_enabled'))
@endif