@if($rows->count())

@if($rows->total() > 1) {{ __(":count tours found",['count'=>$rows->total()]) }} @else {{ __(":count tour found",['count'=>$rows->total()]) }} @endif

{{ __("Showing :from - :to of :total Tours",["from"=>$rows->firstItem(),"to"=>$rows->lastItem(),"total"=>$rows->total()]) }}
@foreach($rows as $row)
@include('Tour::frontend.layouts.search.loop-grid')
@endforeach
{{$rows->appends(array_merge(request()->query(),['_ajax'=>1]))->links()}}
@else

{{__("We couldn't find any tours.")}}

{{__("Try changing your filter criteria")}}

@endif