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