@extends('layouts.webpage.main_two') @section('page-title', 'Home') @section('content')

{{ $home->hero_title }}

{{-- Built Section --}} @if(!empty($home->built_title) || !empty($home->built_description) || !empty($home->built_stats))

{{ $home->built_title ?? 'Built for quality, Built to last' }}

{{ $home->built_description ?? 'Meking Steel is the trusted partner for businesses and industries seeking reliable pre-engineered and structural steel solutions. With over 100+ projects delivered and 1.8+ million sq. meters built, we combine precision, speed, and safety to deliver unmatched quality backed by a customer-first approach.' }}

@if(!empty($home->built_button_link) && !empty($home->built_button_text)) @else @endif
@php $builtStats = is_string($home->built_stats) ? json_decode($home->built_stats, true) : $home->built_stats; @endphp @if(!empty($builtStats) && is_array($builtStats))
@foreach($builtStats as $index => $stat)
icon

{{ $stat['title'] ?? 'N/A' }}

@endforeach
@endif
@endif {{-- CEO Section --}}
{{-- CEO Text Content --}}

{{ $home->ceo_title ?? 'From the desk of CEO' }}

{{ $home->ceo_message ?? "Meking Buildtec India Pvt. Ltd. has developed robust presence in the Indian market within a short time span of its establishment. I dedicate this swift achievement to my entire team that has been behind me throughout and it continues to boost my inspiration. In the past few years, the concept of ‘pre engineered buildings’ has found resonance and we have been in the forefront by offering the custom tailored solutions for the enterprising firms. I do believe that engineering alone cannot be the sole determinant when it comes to structural framing tasks. However, it is the ability to match client’s demands along the dimensions of applicative value, budget, precision and finesse so that a matching fabrication is produced. Timeline is yet another factor that needs to be taken care of! We have performed very fruitfully along all these dimensions so that complete satisfaction is achieved. Meking Buildtec India is growing continuously while riding on its professionalism and tech expertise that is now unmatched. Success of Meking Buildtec India Pvt. Ltd. is attributed to all the HR echelons in the Company and they continue to excel in their endeavors to set new standards and benchmarks. We put great emphasis on ensuring customization for every project. This is attempted through dynamic analyses and consultation with the client. Our engineers and finance teams work cohesively to find out the best and matching fabrication plan. This keeps cost less as wastages are eliminated." }}

{{ $home->ceo_name ?? 'MR. SUJIT PRASAD' }}
{{ $home->ceo_designation ?? 'CEO & Managing Director' }}
{{-- CEO Image --}}
@if(!empty($home->ceo_image)) {{ $home->ceo_name ?? 'CEO Image' }} @else Default CEO Image @endif
{{-- Our Mission Section --}}
@foreach($mission as $m) @php // Decode mission_vision_items safely $missionItems = $m->mission_vision_items; if (is_string($missionItems)) { $decoded = json_decode($missionItems, true); $missionItems = is_array($decoded) ? $decoded : []; } @endphp @if(!empty($missionItems)) @foreach($missionItems as $item) {{-- Text Card --}}

{{ $item['title'] ?? '' }}

{{ $item['description'] ?? '' }}

{{-- Image Card --}} @if(!empty($item['image']))
{{ $item['title'] ?? 'Mission Image' }}
@endif @endforeach @endif @endforeach

Why Choose Us

Delivering reliable, custom-engineered steel buildings with unmatched quality, timely execution, and expert support—every step of the way.

@if(!empty($chooseItems) && count($chooseItems) > 0) @foreach($chooseItems as $item)
{{ $item->title ?? '' }}

{{ $item->desc ?? '' }}

@endforeach @else

No features available at the moment.

@endif
Factory Image

Latest Projects

Meking Steel delivers a landmark dome structure using advanced space frame and sustainable engineering solutions.

View All
@foreach($projects as $proj)
{{-- Location Badge (optional, if you have a location field) --}} @if(!empty($proj->location))
{{ $proj->location }}
@endif {{-- Project Image --}} {{ $proj->title }} {{-- Card Content --}}
{{ $proj->title }}

{{ $proj->short_description }}

DISCOVER MORE
@endforeach

Our Clients

MEKING INDIA is ISO 9001 and OHSAS 18001 Certified

Steel G+3 building for a mall over existing RCC building was challenging. Meking India team wears yet another feather on the cap. We plan to move vertical and give clients robust and economical solutions.

Download Certificate

Download the Meking Buildtec App Today

Track your project, view estimates, and stay connected with our team — all from your phone.

Available now on Android and iOS.
Hand Icon

Our Latest Blogs

@foreach($blogs as $blog)
{{ $blog->title }}
By Admin : {{ $blog->author->name ?? 'Admin' }}    |    Date : {{ \Carbon\Carbon::parse($blog->published_date)->format('d F, Y') }}
{{ $blog->title }}

{{ Str::limit($blog->short_description, 100) }}

Read More
@endforeach
@endsection