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

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

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

@csrf
@endsection