@extends('front.layouts.master') @section('title', 'OTP Verification') @section('content')

{{ __('taxido::front.otp_verification') }}

{{ __('taxido::front.digit_code') }}
@csrf
@error('otp') {{ $message }} @enderror
@if(isDemoMode())
{{ __('taxido::front.demo_otp') }}
@endif
@endsection @push('scripts') @endpush