@php $customizerHidden = 'customizer-hide'; $pageConfigs = ['myLayout' => 'blank']; @endphp @extends('admin.layouts/layoutMaster' , ['body_class' => 'authentication']) @section('title', '2FAaa Challenge') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content') @include('admin._partials.auth-section')
@include('admin._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
@endsection