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




Our Ongoing Masterpieces

Innovative Design & Architectural Projects in Progress

Explore our ongoing projects where creativity meets engineering precision, shaping the future of modern architecture.

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

{{ $project->project_name }}

{{ $project->project_name }}

{{ $project->short_introduction ?? 'Project details coming soon.' }}

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

No ongoing 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