@if($layout == 'grid')
@else
@endif
@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
{{$rows->appends(request()->query())->links()}} @if($rows->total() > 0)
{{ __("Showing :from - :to of :total boats",["from"=>$rows->firstItem(),"to"=>$rows->lastItem(),"total"=>$rows->total()]) }}
@endif