@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 {{ __('taxido::front.verify') }} {{ __('taxido::front.not_receive_otp') }} {{ __('taxido::front.resent_otp') }} @endsection @push('scripts') @endpush