{{ $property->name }}
@if (RealEstateHelper::isEnabledReview())@include(Theme::getThemeNamespace('views.real-estate.partials.review-star'), [ 'avgStar' => $property->reviews_avg_star, 'count' => $property->reviews_count, ])
@endif@if ($address = implode(', ', array_filter([$property->city->name, $property->state->name]))) {{ $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') }}
{{ __('Category') }} | @foreach ($property->categories()->get() 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 ($property->project_id && ($project = $property->project))
{{ __("Project's information") }}
{!! BaseHelper::clean($project->name) !!}
@if ($property->latitude && $property->longitude) {!! Theme::partial('real-estate.elements.traffic-map-modal', ['location' => $property->location]) !!} @else {!! Theme::partial('real-estate.elements.gmap-canvas', ['location' => $property->location]) !!} @endif
@if ($property->video_url) {!! Theme::partial('real-estate.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(Theme::getThemeNamespace('views.real-estate.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 @else @endif @if ($account->email && !setting('real_estate_hide_agency_email', 0)) @endif @if ($account->url) @endif