@extends('front.master') @section('seo') {{-- {!! $category->seo !!}--}} @endsection @section('content')

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

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

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

@foreach($destinations as $row)
{{$row->img_alt}}

{{ $row->name }}

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

{{json_field($site_content,'read_more')}}
@endforeach

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

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

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

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

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

@endfor
what-we-provide
@for($i = 4; $i <= 6; $i++)

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

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

@endfor
@endsection