@if($rows->total() > 1)
{{ __(":count tours found",['count'=>$rows->total()]) }}
@else
{{ __(":count tour found",['count'=>$rows->total()]) }}
@endif
@include('Layout::global.search.orderby',['routeName'=>'tour.search'])
@include('Tour::frontend.ajax.search-result')