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