@extends('themes.cp.'.setting('active_cp_theme').'.layouts.default')
@section('content')
@push('custom-css')
@endpush
{{__('Enter Two Factor Auth')}}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if (session('status'))
{{ session('status') }}
@endif
or
@push('custom-js')
@endpush
@endsection