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