@php $configData = Helper::applClasses(); @endphp @extends('layouts/fullLayoutMaster') @section('title', __('locale.auth.verify_with_backup_code')) @section('page-style') @endsection @section('content')
@if($configData['theme'] === 'dark') two steps verification @else two steps verification @endif

{{ __('locale.auth.verify_with_backup_code') }}

If you lost your device or lose your email account then try with the backup code which was provided when you enable the Two-Factor Authentication option.

@csrf
Type your 6 digit security code
@error('two_factor_code') {{ $message }} @enderror

or {{ __('locale.auth.verify') }}

@endsection