@extends('themes.basic.business.auth.layout') @section('no_index', true) @section('title', d_trans('2Fa Verification')) @section('content')

{{ d_trans('2Fa Verification') }}

{{ d_trans('Please enter the OTP code to continue') }}

@csrf
@include('themes.basic.business.partials.logout-divider') @endsection