{{$data['tour']['name']}}
Description
{!! $data['tour']['description'] !!}{{$data['tour']['days']}} {{__('pages.days')}} | {{__('pages.max_people')}} : {{$data['tour']['max_people']}} | {{\Carbon\Carbon::parse($data['tour']['start_date'])->format('Y M d')}} - {{\Carbon\Carbon::parse($data['tour']['end_date'])->format('Y M d')}} |
{{__('pages.min_age')}} : {{$data['tour']['min_age']}}+ | {{__('pages.pickup')}} : {{$data['tour']['pick_up']}} | {{__('pages.languages')}} - {{$data['tour']['languages']}} |
@foreach($data['tour']['custom_features'] as $feature)
@endforeach
{!! $feature['title'] !!}
{!! $feature['content'] !!}
{{__('pages.what_to_expect')}}
{!! $data['tour']['what_to_expect'] !!}{{__('pages.not_included')}}
{!! $data['tour']['not_included'] !!}
@foreach($data['tour']['timeline'] as $timeline)
@endforeach
{{$timeline['title']}}
{{__('pages.location_map')}}
{{-- --}}
@include('site.partials.tour_map', ['tour' => $data['tour']])
{{__('pages.good_to_know')}}
{{--{{$data['tour']['cancellation_policy']}}--}} {!!$data['tour']['cancellation_policy']!!}