{!! clean($translation->title) !!}

@if($translation->address)

{{$translation->address}}

@endif
@if($row->getReviewEnable()) @if($review_score)
{{$review_score['score_text']}} {{__("from :number reviews",['number'=>$review_score['total_review']])}}
{{$review_score['score_total']}}/5
{{__(":number% of guests recommend",['number'=>$row->recommend_percent])}}
@endif @endif
@if($row->max_guest)

{{__("Max Guests")}}

{{$row->max_guest}}

@endif @if($row->cabin)

{{__("Cabin")}}

{{$row->cabin}}

@endif @if($row->length)

{{__("Length Boat")}}

{{$row->length}}

@endif @if(!empty($row->speed))

{{__("Speed")}}

{{$row->speed}}

@endif
@if($row->getGallery()) @endif @if($translation->content)

{{__("Description")}}

@endif @include('Boat::frontend.layouts.details.specs') @include('Boat::frontend.layouts.details.attributes') @if($translation->faqs)

{{__("FAQs")}}

@foreach($translation->faqs as $item)
{{$item['title']}}
{{$item['content']}}
@endforeach
@endif @if(!empty($translation->cancel_policy))

{{__("Cancellation Policy")}}

@endif @if(!empty($translation->terms_information))

{{__("Additional Terms & Information")}}

@endif @if($row->map_lat && $row->map_lng)

{{__("Location")}}

@endif