@extends('layouts.webpage.main_two') @section('page-title', 'About') @section('content')
{{-- Small Title with Icon --}}
@if(!empty($about_section->icon)) About Icon @else Default Icon @endif {{ $about_section->title ?? 'About Us' }}
{{-- Main Heading --}}

{{ $about_section->heading ?? 'Company Profile' }}

{{-- Optional Button (if available) --}} @if(!empty($about_section->button_text) && !empty($about_section->button_link)) {{ $about_section->button_text }} @endif
@foreach($company_timelines as $timeline)
@if($loop->iteration % 2 == 1)

{{ $timeline->title }}

{{ $timeline->desc_one }}

@if($timeline->desc_two)

{{ $timeline->desc_two }}

@endif
Construction Image
@else
Construction Image

{{ $timeline->title }}

{{ $timeline->desc_one }}

@if($timeline->desc_two)

{{ $timeline->desc_two }}

@endif
@endif
@endforeach

Why Choose Meking

Driven by expertise, built on commitment, trusted worldwide.

@foreach($chooseItems as $item) @if($item->order_no && $item->order_no % 2 == 0)
{{ $item->title }}
{{ $item->title }}

{{ $item->desc }}

@endif @endforeach
@if($chooseImage) Meking @else Default @endif
@foreach($chooseItems as $item) @if($item->order_no % 2 == 1)
{{ $item->title }}
{{ $item->title }}

{{ $item->desc }}

@endif @endforeach

Meking Steel Factory Tour

@foreach ($items as $item) @php // Extract YouTube video ID preg_match('/(?:youtu\.be\/|youtube\.com\/(?:watch\?v=|embed\/))([\w-]+)/', $item->video_url, $match); $videoId = $match[1] ?? null; $videoId = $videoId ? explode('?', $videoId)[0] : null; // Remove query string // Determine thumbnail if (!empty($item->thumbnail) && file_exists(public_path($item->thumbnail))) { $thumbnail = asset($item->thumbnail); } elseif ($videoId) { $thumbnail = "https://img.youtube.com/vi/$videoId/maxresdefault.jpg"; } else { $thumbnail = asset('uploads/default-thumb.jpg'); // fallback image } @endphp
@endforeach

Certified Execellence in Every Structure

At Meking Buildtec India Pvt. Ltd., we take pride in upholding the highest standards of quality, safety, and engineering precision. Our operations are backed by internationally recognized certifications including ISO 9001:2015 for Quality Management and OHSAS 18001 for Occupational Health & Safety.

These certifications validate our dedication to delivering safe, reliable, and globally compliant steel structures across diverse industries. They also reflect our continuous efforts in improving processes, reducing risks, and exceeding client expectations — every step of the way.

@endsection