@if ($property->purpose == 'purchase')
{{__('user.For Purchase')}}
@elseif ($property->purpose == 'lease')
{{__('user.For Lease')}}
@else
{{__('user.For Either')}}
@endif
{{ html_decode($property->title) }}
 }})
{{$property->cities}}
{{ $property->created_at->format('d M, Y') }}