{{ $property->name }}
media {{ is_array($property->images) ? count($property->images) : 0 }}
{!! $property->status->toHtml() !!}
{{ $property->name }}
@if ($address = $property->short_address)

{{ $address }}

@endif

@if ($property->number_bedroom) icon {{ $property->number_bedroom }} @endif @if ($property->number_bathroom) icon {{ $property->number_bathroom }} @endif @if ($property->square) icon {{ $property->square_text }} @endif {!! apply_filters('property_item_listing_extra_info', null, $property) !!}