@extends('frontend.layouts.app') @section('content')

Book Your Kashi Boat Ride with Ease

Our team is here to ensure a smooth and memorable boating experience

Ready to explore the mystical beauty of Kashi from the river? Our expert team is here to help you book your boat ride with ease. Whether you're looking for a serene sunrise tour or a personalized river experience, we’ve got you covered. Reach out now and let us guide you through the booking process—your perfect boat ride is just a message or call away!

Email Address

@if (websiteSetupValue('email'))
{{ websiteSetupValue('email') }}
@else
No Data Found !
@endif

Phone Number

@if (websiteSetupValue('contact_number') || websiteSetupValue('contact_number_2'))
@if (websiteSetupValue('contact_number')) +91-{{ websiteSetupValue('contact_number') }} @endif @if (websiteSetupValue('contact_number_2'))
+91-{{ websiteSetupValue('contact_number_2') }} @endif
@else
No Data Found !
@endif

Our Location

@if (websiteSetupValue('address'))
{{ websiteSetupValue('address') }}
@else
No Data Found !
@endif

Get in Touch

How we can help you? Please write down your query

@csrf @if ($message = Session::get('success'))

{{ $message }}

@elseif ($message = Session::get('error'))

{{ $message }}

@endif
@endsection