@if(!empty($project->meta)) {!! $project->meta !!} @else @endif @if(!empty($project->schema)) {!! $project->schema !!} @else @endif
@include("layouts.header")

Project Details

{{ $project->title }}

Project Overview

@if($project->location)
Location{{ $project->location }}
@endif @if($project->property_type)
Type{{ $project->property_type }}
@endif @if($project->total_area)
Total Area{{ $project->total_area }}
@endif @if($project->project_status)
Project Status {{ ucfirst(str_replace('_', ' ', $project->project_status)) }}
@endif

Project Details

{!! $project->content !!}
@php $galleryImages = json_decode($project->gallery_images ?? '[]', true) ?? []; @endphp @if(!empty($galleryImages) || $project->youtube_url) @endif @php $faqs = json_decode($project->faqs ?? '[]', true) ?? []; @endphp @if(!empty($faqs))

Frequently Asked Questions

@foreach($faqs as $i => $faq)

{{ $faq['answer'] }}

@endforeach
@endif

Interested in this Project?

Talk to our team for pricing, site visits, and more details.

Chat on WhatsApp +91 88070 88011 @if($project->brochure) Download Brochure @endif

Recent Projects

@foreach($recentProjects as $item) @endforeach
×
×
@include("layouts.footer")