@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
{{ __('Code') }} {{ __('Enter the two-factor authentication code from your authenticator app.') }}
{{ __('Recovery Code') }} {{ __('Enter one of your recovery codes if you cannot access your authenticator app.') }}
@if (setting('google_recaptcha_enabled'))
@endif @if (setting('cloudflare_turnstile_enabled')) @endif {{ __('Verify') }}