@include('Layout::parts.bc')
@include('Boat::frontend.layouts.details.title-and-share')
@include('Boat::frontend.layouts.details.detail')
@include('Boat::frontend.layouts.details.form-book')
@if(($row->map_lat && $row->map_lng) || $translation->faqs )
@if($row->map_lat && $row->map_lng)
@include('Layout::map.detail.map')
@endif
@if($translation->faqs)
@include('Layout::common.detail.faq2',['faqs'=>$translation->faqs])
@endif
@endif
@include('Layout::common.detail.review')
{{__("from")}}
{{ $row->display_sale_price }}
{{ $row->display_price }}
@if(setting_item('boat_enable_review'))