@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')
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') }}