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

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

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

@csrf
@endsection