@include("layouts.header")

Our Projects

Our Portfolio

Premium Projects

Discover DTCP & RERA approved plots in prime locations across Trichy.

@forelse($projects as $project)
{{ $project->project_status }}
@if($project->card_image) {{ $project->card_alt ?? $project->title }} @else {{ $project->title }} @endif
View Project
{{ $project->location ?? 'Trichy' }} {{ $project->published_at ? \Carbon\Carbon::parse($project->published_at)->format('d M Y') : $project->created_at->format('d M Y') }}

{{ $project->title }}

{{ \Illuminate\Support\Str::limit(strip_tags($project->content), 100) }}

View Details
@empty

No Projects Found

No projects available at the moment.

@endforelse
@if(method_exists($projects, 'links'))
{{ $projects->links() }}
@endif

Can't find what you're looking for?

Tell us your requirements and we'll find the right plot for you.

@include("layouts.footer")