{{ $feature->name }}
{{ $feature->name }}
@endif@if ($project->facilities->isNotEmpty())
{{ __('Distance key between facilities') }}
{{ $facility->name }} - {{ $facility->pivot->distance }}
{{ $facility->name }} - {{ $facility->pivot->distance }}
@endif@if ($project->latitude && $project->longitude) @include('plugins/real-estate::themes.partials.elements.traffic-map-modal', ['location' => $project->location]) @else @include('plugins/real-estate::themes.partials.elements.gmap-canvas', ['location' => $project->location]) @endif
@if ($project->video_url) @include('plugins/real-estate::themes.partials.elements.video', ['object' => $project, 'title' => __('Project video')]) @endif {!! apply_filters('after_single_content_detail', null, $project) !!}
{!! Theme::partial('share', ['title' => __('Share this project'), 'description' => $project->description]) !!} {!! apply_filters( BASE_FILTER_PUBLIC_COMMENT_AREA, theme_option('facebook_comment_enabled_in_project', 'yes') == 'yes' ? Theme::partial('comments') : null, ) !!}
@if (RealEstateHelper::isEnabledReview()) @include('plugins/real-estate::themes.partials.reviews', [ 'model' => $project, ]) @endif