@include('website.layouts.header')
Guide
How to Book a Tour
@if(!empty($howToBook) && !empty($howToBook->heading) && !empty($howToBook->description))
  1. {{ $howToBook->heading }}: {!! nl2br(e($howToBook->description)) !!}.
@else
  1. Browse: Explore our popular tour packages on the homepage.
  2. Choose: Select your preferred tour and click “Book Now”.
  3. Fill Details: Enter your name, contact info, and travel preferences.
  4. Pay: Complete your payment through our secure gateway.
  5. Confirmation: Receive confirmation via email and SMS instantly.
@endif
@include('website.layouts.footer')