@extends('layouts.main') @section('content') @include('pages.experience._modal_booking')
@if($product) @if($product->status != 0)
{{ csrf_field() }} @if(isset($product->data)) {{----}} {{----}} {{----}}

{{$product->data->name}}

Location:

{!!($product->data->location)!!}

{!!($product->data->country)!!}, {!!($product->data->state)!!}, {!!($product->data->city)!!}

Description:

{!!($product->data->description)!!}

Details:

@if($product->data->duration)

Duration: {!!($product->data->duration / 60)!!} hrs

@endif @if($product->data->age)

Age range allowed: {!!($product->data->age)!!}

@endif @if($product->data->gender)

Gender allowed: {!!($product->data->gender)!!}

@endif

{{$price}}

@endif

Availabilities

Seats vailable:

Start time:

End time:

@else

Experiences unavailable

@endif @else

Sorry! Experience is currently
unavailable for the selected Experience.

Search other cities to book your Activities and Tours now.

@endif

Most Popular destinations


@include('pages.experience._popular_cities')
@endsection @push('style') @include('pages.experience.styles') @endpush @push('script') @include('pages.experience.scripts') @endpush