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