connected with Us
{{-- --}}
×




Our Upcoming Projects

Future-Ready Designs & Architectural Visions

Get a glimpse of our upcoming ventures that reflect innovation, creativity, and the next wave of architectural excellence.

@foreach ($upcoming as $project)
{{ $project->project_name }}

{{ $project->project_name }}

{{ $project->project_name }}

{{ $project->short_introduction ?? 'More exciting details coming soon!' }}

@endforeach
@if ($upcoming->isEmpty())

No upcoming projects available at the moment.

@endif
@if ($videos->isNotEmpty())
Project Videos

Completed Project Highlights

Watch video showcases of our completed architectural and engineering masterpieces.

@foreach ($videos as $project)

{{ $project->project_name }}

{{ $project->project_name }}

{{ $project->short_introduction ?? 'Watch project highlights' }}

Watch Video
@endforeach
@if ($videos->isEmpty())

No project videos available at the moment.

@endif
@endif