@extends('front.layouts.master') @section('title', 'OTP Verification') @push('css') {{-- --}} @endpush @section('content') {{ __('cabbooking::front.otp_verification') }} {{ __('cabbooking::front.digit_code') }} @csrf @error('otp') {{ $message }} @enderror @if (isDemoMode()) {{ __('cabbooking::front.demo_otp') }} @endif {{ __('cabbooking::front.verify') }} {{ __('cabbooking::front.not_receive_otp') }} {{ __('cabbooking::front.resent_otp') }} @endsection @push('scripts') @endpush