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

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

{{json_field($site_content,'tours_available_x')}} {{$tours_count}}

@if($tours->count()) @foreach($tours as $tour) @php $category = $tour->subCategory?$tour->subCategory->category:null; $sub = $tour->subCategory; @endphp
@include('front.partials.main_tour_grid')
@endforeach @else @endif
{{ $tours->links('front.pagination') }}
@endsection