@php $translation = $row->translate(); @endphp
@if($row->image_url) @if(!empty($disable_lazyload)) {{ $translation->title }} @else {!! get_image_tag($row->image_id,'medium',['class'=>'img-responsive rounded-4 col-12 js-lazy','alt'=>$translation->title]) !!} @endif @endif
@if($row->is_featured == "1")
{{__("Featured")}}
@endif @if($row->discount_percent)
{{__("Sale off :number",['number'=>$row->discount_percent])}}
@endif
@if(!empty($row->location->name)) @php $location = $row->location->translate() @endphp
{{ $location->name ?? '' }}
@endif

{{ $translation->title }}

@if($row->max_guest)
{{$row->max_guest}}
@endif @if($row->cabin)
{{$row->cabin}}
@endif @if($row->length)
{{$row->length}}
@endif @if($row->speed)
{{$row->speed}}
@endif
@if(setting_item('boat_enable_review'))