@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') }}