@extends('frontend.user.layouts.auth') @section('title', lang('2Fa Verification', 'user')) @section('content')

{{ lang('2Fa Verification', 'user') }}

{{ lang('Please enter the OTP code to continue', 'user') }}

@csrf
@endsection