@extends('admin.layouts.auth') @section('section', translate('Admin')) @section('title', translate('2Fa Verification')) @section('content')

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

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

@csrf
@endsection