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

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

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

@csrf
@endsection