Property Overview

client->id}/{$property->client->image}") : asset('imgs/icons/dummy_user.png') }}" alt="Owner Image" class="h-28 w-28 rounded-full object-cover mx-auto shadow-md border" >

{{ $property->client->first_name }} {{ $property->client->last_name }}

{{ 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' }}

Notify the Owner

@csrf

{{ $property->title ?? 'Property Title' }}

{{ $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' }}

Description

{{ $property->description ?? 'No Description Available' }}

Location