{{ __('Two-factor authentication') }}

{{ __('Enter the 6-digit code from your authenticator app to continue.') }}

{{-- Error messages --}} @if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
{{-- Tab switcher --}}
{{-- TOTP form --}}
@csrf
{{-- Recovery code form --}}
@csrf

{{ __('Enter one of the recovery codes you saved when setting up 2FA.') }}

{{-- Back to login --}}

{{ __('Back to login') }}