@include('layouts.sidebar')

Property Details ({{ $property->property_code }})

Status {{ $property->is_approved ? 'Approved' : 'Pending' }}

Property Image
@foreach ($property->images as $img) @endforeach

{{ $property->property_code }}

{{ $property->property_title }}

KEY FACTS
@php if ($property->price >= 10000000) { $formattedPrice = round($property->price / 10000000, 2) . ' Cr'; } elseif ($property->price >= 100000) { $formattedPrice = round($property->price / 100000, 2) . ' L'; } else { $formattedPrice = number_format($property->price, 0); } @endphp

Expected Price: ₹ {{ $formattedPrice }} (negotiable)

{{ strip_tags($property->property_description) }}.

Contact

For professional assistance and better deals contact {{ $property->contact_name }} @ {{ $property->contact_number }}.

Loan facility with flexible & lowest interest rates available from all leading banks.

Our Picture Perfect Authenticity

We make sure that the actual property listed is what is actually pictured.

@if ($property->youtubeurl) @php // Extract YouTube Video ID from URL preg_match( '/(?:youtu\.be\/|youtube\.com\/(?:watch\?v=|embed\/))([\w\-]+)/', $property->youtubeurl, $matches, ); $videoId = $matches[1] ?? null; @endphp @if ($videoId)

@endif @endif

Rs. {{ $property->price }}

{{ $property->locality->locality_name ?? 'N/A' }}

Contact: {{ $property->contact_name }}

Contact Number: {{ $property->contact_number }}

@include('layouts.footer')