@if ($item->property_purpose_id==1)
{{ $item->propertyPurpose->custom_purpose }}
@elseif($item->property_purpose_id==2)
{{ $item->propertyPurpose->custom_purpose }}
@endif
@if ($item->urgent_property==1)
{{ $websiteLang->where('lang_key','urgent')->first()->custom_text }}
@endif
@if ($item->property_purpose_id==1)
{{ $currency->currency_icon }}{{ $item->price }}
@elseif ($item->property_purpose_id==2)
{{ $currency->currency_icon }}{{ $item->price }} /
@if ($item->period=='Daily')
{{ $websiteLang->where('lang_key','daily')->first()->custom_text }}
@elseif ($item->period=='Monthly')
{{ $websiteLang->where('lang_key','monthly')->first()->custom_text }}
@elseif ($item->period=='Yearly')
{{ $websiteLang->where('lang_key','yearly')->first()->custom_text }}
@endif
@endif
{{ $item->title }}
- {{ $item->number_of_bedroom }} {{ $websiteLang->where('lang_key','bed')->first()->custom_text }}
- {{ $item->number_of_bathroom }} {{ $websiteLang->where('lang_key','bath')->first()->custom_text }}
- {{ $item->area }} {{ $websiteLang->where('lang_key','sqft_s')->first()->custom_text }}