@section('title', '2FA Challenge') @push('scripts') @endpush @include('_partials.auth-section')
@include('_partials.auth-svg-top')
{{ __('Please enter your authentication code to login.') }}

Open the two-factor authentication app on your device to view your authentication code and verify your identity

@if (session('status'))

{{ session('status') }}

@endif {{ Session::get('login.authenticate_via') }}
@csrf
@error('code') {{ $message }} @enderror
Cancel @if ( Session::get('login.authenticate_via') == 'google_authenticator') Use Recovery Code @else {{-- --}} Resend Code @endif