@php Theme::addBodyAttributes(['class' => Theme::getBodyAttribute('class') . ' bg-surface']); Theme::asset()->container('footer')->usePath()->add('jquery-one-page-nav', 'js/jquery.one-page-nav.min.js'); @endphp @include(Theme::getThemeNamespace('views.real-estate.single-layouts.partials.gallery-grid'))
{!! apply_filters('ads_render', null, 'detail_page_before') !!}
@include(Theme::getThemeNamespace('views.real-estate.single-layouts.partials.header')) @include(Theme::getThemeNamespace('views.real-estate.single-layouts.partials.description'))
{!! apply_filters('before_single_content_detail', null, $property) !!}
@include(Theme::getThemeNamespace('views.real-estate.single-layouts.partials.video'), ['class' => 'widget-box-single'])
@include(Theme::getThemeNamespace('views.real-estate.single-layouts.partials.features'), ['class' => 'widget-box-single'])
@include(Theme::getThemeNamespace('views.real-estate.single-layouts.partials.facilities'), ['class' => 'widget-box-single'])
@if (RealEstateHelper::isEnabledProjects() && $property->project_id && ($project = $property->project))
@include(Theme::getThemeNamespace('views.real-estate.single-layouts.partials.project'), ['class' => 'widget-box-single'])
@endif
@include(Theme::getThemeNamespace('views.real-estate.single-layouts.partials.map'), ['class' => 'widget-box-single'])
@if ($property->formatted_floor_plans->isNotEmpty())
@include(Theme::getThemeNamespace('views.real-estate.single-layouts.partials.floor-plans'), ['class' => 'widget-box-single'])
@endif {!! apply_filters('after_single_content_detail', null, $property) !!}
@include(Theme::getThemeNamespace('views.real-estate.partials.social-sharing'), ['model' => $property])
{!! apply_filters( BASE_FILTER_PUBLIC_COMMENT_AREA, null, $property ) !!}
@include(Theme::getThemeNamespace('views.real-estate.single-layouts.partials.reviews'), ['model' => $property, 'class' => 'widget-box-single'])
{!! apply_filters('ads_render', null, 'detail_page_sidebar_before') !!} @include(Theme::getThemeNamespace('views.real-estate.single-layouts.partials.contact'), ['class' => 'bg-white']) {!! apply_filters('ads_render', null, 'detail_page_sidebar_after') !!}
{!! apply_filters('ads_render', null, 'detail_page_after') !!}
@include(Theme::getThemeNamespace('views.real-estate.single-layouts.partials.related-properties'))