{{ $property->name }}
@if (RealEstateHelper::isEnabledReview())@include('plugins/real-estate::themes.partials.review-star', [ 'avgStar' => $property->reviews_avg_star, 'count' => $property->reviews_count, ])
@endif@if ($property->short_address) {{ $property->short_address }} @endif @if (setting('real_estate_display_views_count_in_detail_page', 0) == 1) {{ number_format($property->views) }} {{ trans('plugins/real-estate::property.views') }} @endif {{ $property->created_at->translatedFormat('M d, Y') }}
{{ $property->price_html }} {!! $property->status_html !!}
{{ trans('plugins/real-estate::property.overview') }}
| {{ trans('plugins/real-estate::property.last_updated') }} | {{ rescue(fn () => Carbon\Carbon::parse($lastUpdated)->translatedFormat('M d, Y')) }} |
| {{ trans('plugins/real-estate::property.property_id') }} | {{ $property->unique_id }} |
| {{ trans('plugins/real-estate::property.category') }} | @foreach ($property->categories as $category) {!! BaseHelper::clean($category->name) !!} @if (!$loop->last) , @endif @endforeach |
| {{ trans('plugins/real-estate::property.square') }} | {{ $property->square_text }} |
| {{ trans('plugins/real-estate::property.number_of_bedrooms') }} | {{ number_format($property->number_bedroom) }} |
| {{ trans('plugins/real-estate::property.number_of_bathrooms') }} | {{ number_format($property->number_bathroom) }} |
| {{ trans('plugins/real-estate::property.number_of_floors') }} | {{ number_format($property->number_floor) }} |
| {{ trans('plugins/real-estate::property.price') }} | {{ $property->price_html }} |
| {!! BaseHelper::clean($customField->name) !!} | {!! BaseHelper::clean($customField->value) !!} |
{{ trans('plugins/real-estate::property.description') }}
{{ trans('plugins/real-estate::property.features') }}
{{ $feature->name }}
{{ $feature->name }}
@endif@if ($property->facilities->isNotEmpty())
{{ trans('plugins/real-estate::property.distance_key_between_facilities') }}
{{ $facility->name }} - {{ $facility->pivot->distance }}
{{ $facility->name }} - {{ $facility->pivot->distance }}
@endif@endif @if (RealEstateHelper::isEnabledProjects() && $property->project_id && ($project = $property->project))
{{ trans('plugins/real-estate::property.projects_information') }}
{!! BaseHelper::clean($project->name) !!}
@if ($property->latitude && $property->longitude) @include('plugins/real-estate::themes.partials.elements.traffic-map-modal', ['location' => $property->location]) @else @include('plugins/real-estate::themes.partials.elements.gmap-canvas', ['location' => $property->location]) @endif
@if ($property->video_url) @include('plugins/real-estate::themes.partials.elements.video', ['object' => $property, 'title' => trans('plugins/real-estate::property.property_video')]) @endif {!! apply_filters('after_single_content_detail', null, $property) !!}
{{-- {!! Theme::partial('share', ['title' => trans('plugins/real-estate::property.share_this_property'), 'description' => $property->description]) !!}--}} {!! apply_filters( BASE_FILTER_PUBLIC_COMMENT_AREA, theme_option('facebook_comment_enabled_in_property', 'no') == 'yes' ? Theme::partial('comments') : null, ) !!} {!! apply_filters('after_property_detail_content', null, $property) !!}
@if (RealEstateHelper::isEnabledReview()) @include('plugins/real-estate::themes.partials.reviews', [ 'model' => $property, ]) @endif
@if ($account->url) {{ $account->name }} @else {{ $account->name }} @endif
@if ($account->phone && !setting('real_estate_hide_agency_phone', 0)) @php Theme::set('hotlineNumber', $account->phone); @endphp @elseif ($hotline = theme_option('hotline')) @endif @if ($account->email && !setting('real_estate_hide_agency_email', 0)) @endif @if ($account->url){{ trans('plugins/real-estate::property.more_properties_by_this_agent') }}
@endif