@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @push('post_css') @endpush @section('content')
{{-- Booking Form --}}
{{ __('Booking') }}
{{ __('If you are a member please login to benefit from the membership discounts') }}

@csrf {{-- Booking Details Form --}}
{{ __('Booking Details') }}
{{__('Number Of Visitor')}}
@error('residency') {{ $message }} @enderror
{{-- /Booking Details Form --}} {{-- Activity Table --}}
{{-- /Activity Table --}} {{-- Trail Details Section --}}
{{-- /Trail Details Section --}} {{-- /Food and Beverages Form --}} {{-- /Special Request --}}
{{-- Personal Information Form --}}
{{ __('Personal Information') }}
dddd
dddd
{{-- Special Request --}}
{{ __('Special Request') }}
{{-- /Special Request --}}
{{-- /Personal Information Form --}}
{{-- /Booking Form --}}
{{-- sidebar --}} @include('front.pages.booking.sidebar')
@endsection @push('post_script') @include('front.pages.booking.booking_script') @endpush