@if($rows->total() > 0)
@foreach($rows as $row)
@if($layout == 'grid')
@include('Boat::frontend.layouts.search.loop-grid-2',['wrap_class'=>'item-loop-wrap'])
@else
@include('Boat::frontend.layouts.search.loop-list',['wrap_class'=>'item-loop-wrap inner-loop-wrap'])
@endif
@endforeach
@else
{{__("Boat not found")}}
@endif