{{ ucfirst($property->posted_by) }}
Primary Phone:
{{ $property->client->phone ?? 'Not Available' }}
WhatsApp Number:
{{ $property->client->whatsapp ?? 'Not Available' }}
Facebook:
{{ $property->client->facebook_id ?? 'Not Available' }}
Instagram:
{{ $property->client->instagram_id ?? 'Not Available' }}
{{ $property->address ?? 'Property Address' }}
{{ $property->bedrooms ?? '-' }} Bedrooms
{{ $property->bathrooms ?? '-' }} Bathrooms
{{ number_format($property->size ?? 0) }} sqft
AED {{ number_format($property->price, 2) }}
Deposit: AED {{ number_format($property->deposit ?? 0, 2) }}
Furnished: {{ $property->furnished ? 'Yes' : 'No' }}
Occupancy: {{ ucfirst($property->occupancy_status ?? 'Unknown') }}
Building: {{ $property->building ?? 'N/A' }}
Neighborhood: {{ $property->neighbourhood ?? 'N/A' }}
Reference Number: {{ $property->reference_number ?? 'Not Assigned' }}
{{ $property->description ?? 'No Description Available' }}