{{ $property->name }}
media {{ is_array($property->images) ? count($property->images) : 0 }}
{!! $property->status->toHtml() !!}
{{ $property->name }}

{{ implode(', ', array_filter([$property->city->name, $property->state->name])) }}

@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) !!}