@extends('layouts.site') @section('title', 'Custom Tour Quotation') @section('content') @php $seed = [ 'destinations' => $destinations ?? [], 'roomTypes' => $roomTypes ?? [], 'hotels' => $hotels ?? [], 'rates' => $rates ?? [], 'activities' => $activities ?? [], 'vehicles' => $vehicles ?? [], 'pricing' => $pricing ?? null, 'submitUrl' => route('custom-tour.submit'), 'csrf' => csrf_token(), ]; @endphp

Build Your Custom Sri Lanka Tour

Create a day-by-day plan and send your request.

{{-- Stepper --}}
Step 1 • Details
Step 2 • Plan
Step 3 • Vehicle
{{-- CARD --}}
{{-- STEP 1 --}}
Traveler & Trip Details
{{-- STEP 2 --}} {{-- STEP 3 --}}
@endsection