{{ $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) }} {{ __('views') }} @endif {{ $property->created_at->translatedFormat('M d, Y') }}
{{ $property->price_html }} {!! $property->status_html !!}
{{ __('Overview') }}
{{ __('Last Updated') }} | {{ rescue(fn () => Carbon\Carbon::parse($lastUpdated)->translatedFormat('M d, Y')) }} |
{{ __('Property ID') }} | {{ $property->unique_id }} |
{{ __('Category') }} | @foreach ($property->categories as $category) {!! BaseHelper::clean($category->name) !!} @if (!$loop->last) , @endif @endforeach |
{{ __('Square') }} | {{ $property->square_text }} |
{{ __('Number of bedrooms') }} | {{ number_format($property->number_bedroom) }} |
{{ __('Number of bathrooms') }} | {{ number_format($property->number_bathroom) }} |
{{ __('Number of floors') }} | {{ number_format($property->number_floor) }} |
{{ __('Price') }} | {{ $property->price_html }} |
{!! BaseHelper::clean($customField->name) !!} | {!! BaseHelper::clean($customField->value) !!} |
{{ __('Description') }}
{{ __('Features') }}
{{ $feature->name }}
{{ $feature->name }}
@endif@if ($property->facilities->isNotEmpty())
{{ __('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))
{{ __("Project's 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' => __('Property video')]) @endif {!! apply_filters('after_single_content_detail', null, $property) !!}
{{-- {!! Theme::partial('share', ['title' => __('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) @endif