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