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

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