@if ($item->property_purpose_id==1)
{{ $item->propertyPurpose->translated_custom_purpose }}
@elseif($item->property_purpose_id==2)
{{ $item->propertyPurpose->translated_custom_purpose }}
@endif
@if ($item->urgent_property==1)
{{__('user.Urgent')}}
@endif
@if ($item->property_purpose_id==1)
{{ $currency }}{{ $item->price }}
@elseif ($item->property_purpose_id==2)
{{ $currency }}{{ $item->price }} /
@if ($item->period=='Daily')
{{__('user.Daily')}}
@elseif ($item->period=='Monthly')
{{__('user.Monthly')}}
@elseif ($item->period=='Yearly')
{{__('user.Yearly')}}
@endif
@endif
{{ $item->translated_title }}
- {{ $item->number_of_bedroom }} {{__('user.Bed')}}
- {{ $item->number_of_bathroom }} {{__('user.Bath')}}
- {{ $item->area }} {{__('user.Sqft')}}