@extends('frontend.layout.main') @section('title', 'Completed & Ongoing Projects | AMEYA PEB') @section('meta_description', 'Explore AMEYA PEB’s completed and ongoing pre-engineered building (PEB) projects. View images, locations, and descriptions of our high-quality steel structures.') @section('meta_keywords', 'AMEYA PEB projects, completed PEB buildings, ongoing construction, industrial projects, steel building projects') @section('main-container')
Pre Engineered Buildings

Our Projects

Explore our completed and ongoing pre-engineered building projects across industries, showcasing quality, precision, and performance.

Our Presence Across India

Head Office, Plant & Ongoing Projects

Head Office Plant Completed Ongoing
@foreach($projects as $index => $project)
{{ $index + 1 }} {{ $project->title }}
{{ $project->location }}
{{ $project->status }}
@endforeach

Our Projects

Explore our completed and ongoing work

@foreach($projects as $project)
{{ ucfirst($project->status) }}
{{ $project->title }}

{{ $project->description }}

{{ $project->location }} @if($project->status == 'completed') Completed @else In Progress @endif
@endforeach
@endsection