@if($rows->count())

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

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

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

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

{{--{{__("Clear Filters")}}--}}
@endif