@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'])
@include('Boat::frontend.ajax.search-result')