@section('title', '2FAaa Challenge') @push('scripts') @endpush @include('_partials.auth-section')
@include('_partials.auth-svg-top')
{{ __('Please Confirm your new location.') }}

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.confirmation.id') }}
@csrf
@error('code') {{ $message }} @enderror
{{-- is_skipped --}}
@if ( Session::get('login.authenticate_via') == 'google_authenticator') Cancel Use Recovery Code @else Skip {{-- --}} Resend Code @endif