@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)
@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)
@endif