@php $is_lazyload = isset($lazyload) ? $lazyload : true; @endphp
@if ($is_lazyload) {{ $property->name }} @else {{ $property->name }} @endif
@if (RealEstateHelper::isEnabledReview() && $property->reviews_count > 0) {!! Theme::partial('real-estate.elements.property-review', compact('property')) !!} @endif {{ $property->type->label() }} @if ($property->label) {{ $property->label }} @endif
{{ $property->price_html }}
@if ($property->number_bedroom)
{!! clean($property->number_bedroom) !!} {!! __('Beds') !!}
@endif @if ($property->number_bathroom)
{!! clean($property->number_bathroom) !!} {!! __('Bath') !!}
@endif @if ($property->square_text)
{{ $property->square_text }}
@endif