{{ $property->title ?? $property->propertyContent->title }}

{{ $property->city->getContent($property->language_id)?->name }} {{ $property->isStateActive ? ', ' . $property->state?->getContent($property->language_id)?->name : '' }} {{ $property->isCountryActive ? ', ' . $property->country?->getContent($property->language_id)?->name : '' }}
{{ __('Price:') }} {{ $property->price ? symbolPrice($property->price) : __('Negotiable') }}
  • {{ $property->area }} {{ __('Sqft') }}
  • @if ($property->type == 'residential')
  • {{ $property->beds }} {{ __('Beds') }}
  • {{ $property->bath }} {{ __('Baths') }}
  • @endif
{{ __(ucfirst($property->purpose)) }} @if (Auth::guard('web')->check()) @php $user_id = Auth::guard('web')->user()->id; $checkWishList = checkWishList($property->id, $user_id); @endphp @else @php $checkWishList = false; @endphp @endif