{!! 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'])