@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
@endsection @push('scripts') @endpush