@extends('front.master') @section('seo') {!! json_field($seo,'home_page_scripts') !!} @endsection @section('content')
{{json_field($site_content,'slider_title_label')}}
{{json_field($site_content,'slider_title')}}

{{json_field($site_content,'slider_description')}}

{{json_field($site_content,'section_three_title')}}

{{json_field($site_content,'section_three_desc')}}

{{json_field($site_content,'features_section_title')}}

{{json_field($site_content,'features_section_description')}}

@for($i = 1; $i <= 6; $i++)

{{json_field($site_content,'feature_title_'.$i)}}

{{json_field($site_content,'feature_desc_'.$i)}}

@endfor

{{json_field($site_content,'section_trend_title')}}

{{json_field($site_content,'section_trend_desc')}}

@foreach($trend_tours as $tour) @php $durationText = $tour->duration.' Day '; if($tour->duration_type == 'Day'){ if($tour->duration <= 1){ $durationText = $tour->duration.' Day '; }else{ $durationText = ($tour->duration - 1).' Nights / '.$tour->duration.' Days'; } }else{ $durationText = ($tour->duration - 1).' Hours '; } @endphp
{{$tour->img_alt}}
  • @if($tour->price_start_from > 0) @if($tour->discount){{getPrice($tour->price_start_from)}} {{getPrice($tour->price_after_discount)}} @else {{getPrice($tour->price_start_from)}}@endif {{getCurrency()}} @endif |From Offer

{{$tour->name}}

{{Str::limit($tour->small_desc, 140)}}

View More
@endforeach
@include('front.partials.take_video_tour')

{{json_field($site_content,'section_destination_title')}}

{{json_field($site_content,'section_destination_desc')}}

{{json_field($site_content,'section_destination_hint_price')}}

{{json_field($site_content,'see_details')}}

{{json_field($site_content,'special_offers_title')}}

{{json_field($site_content,'special_offers_desc')}}

@include('front.partials.testimonials') @include('front.partials.newsletter') @endsection