{!! 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'])
{!! 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,
theme_option('facebook_comment_enabled_in_property', 'no') == 'yes' ? Theme::partial('comments') : null,
) !!}
@include(Theme::getThemeNamespace('views.real-estate.single-layouts.partials.reviews'), ['model' => $property, 'class' => 'widget-box-single'])