@if($property->featured == 1)
@endif
{{ str_limit($property->title,25) }}
place
{{ ucfirst($property->address) . ", " . ucfirst($property->city) . ", " . ucfirst($property->state) . " " . str_limit($property->postcode, 5, '')}}
home
{{ $property->bedroom . " bds | " . $property->bathroom . " ba | " . $property->area . " sqft" }}
@if($property->purpose == 'rent')
${{ number_format($property->price) }}/Month
@else
${{ number_format($property->price) }}
@endif
{{ $property->type }} for {{ $property->purpose }}