{{$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
@include('Layout::global.details.gallery') @if($translation->content)

{{__("Description")}}

{!! clean($translation->content) !!}
@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")}}


Warning: Undefined variable $translation in /home/binainv/public_html/themes/BC/Boat/Views/frontend/layouts/details/detail.blade.php on line 138

Warning: Attempt to read property "cancel_policy" on null in /home/binainv/public_html/themes/BC/Boat/Views/frontend/layouts/details/detail.blade.php on line 138
@endif @if(!empty($translation->terms_information))

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


Warning: Undefined variable $translation in /home/binainv/public_html/themes/BC/Boat/Views/frontend/layouts/details/detail.blade.php on line 146

Warning: Attempt to read property "terms_information" on null in /home/binainv/public_html/themes/BC/Boat/Views/frontend/layouts/details/detail.blade.php on line 146
@endif @include('Boat::frontend.layouts.details.include-exclude') @if($row->map_lat && $row->map_lng)

{{__("Location")}}

@endif