@extends('layouts.main') @section('title', __t('Home')) @section('content')

{{ __t('Safety First') }}

{{ __t('100% compliance with national safety protocols.') }}

{{ __t('Elite Quality') }}

{{ __t('High-grade materials & precision engineering.') }}

{{ __t('24/7 Support') }}

{{ __t('Emergency maintenance & technical assistance.') }}

About AHE
20+ {{ __t('Years of Legacy') }}
{{ __t('Who We Are') }}

{!! __t('Leading The Way in Industrial Gas Excellence') !!}

{{ __t("AHE isn't just an engineering firm; we are the backbone of industrial fuel distribution in Bangladesh. From high-pressure mainlines to intricate metering stations, our work powers the nation's most vital sectors.") }}

{{ __t('Government Certified') }}

{{ __t('International Standards') }}

{{ __t('Services') }}
{{ __t('Our Expertise') }}

{!! __t('Core Services') !!}

{{ __t("Delivering world-class engineering solutions for Bangladesh's growing industrial sector.") }}

@foreach($services as $service) @endforeach
{{ __t('Our Foundation') }}

{{ __t('Precision Engineering') }}

@foreach ([ ['title' => __t('Expertise & Experience'), 'desc' => __t('With 20+ years of active field work, we bring unrivaled knowledge to every project.'), 'icon' => 'cog'], ['title' => __t('Reliable Solutions'), 'desc' => __t('Trusted by national power plants and textile giants for consistent maintenance.'), 'icon' => 'check'], ['title' => __t('Customer Centric'), 'desc' => __t('We design solutions tailored to your unique site requirements and budget.'), 'icon' => 'user'], ] as $val)

{{ $val['title'] }}

{{ $val['desc'] }}

@endforeach
Expertise
{{ __t('Committed to Excellence') }}

{!! __t('End-to-End Pipeline Installation and Maintenance.') !!}

500+ {{ __t('Projects Completed') }}
150k+ {{ __t('Meters Pipeline Installed') }}
@for ($i = 0; $i < 5; $i++) @endfor

4.9

{{ __t('Trust Score (Based on 500+ Reviews)') }}


"The most reliable gas line construction partner in Bangladesh. Quality unmatched."

{{ __t('Help & Support') }}

{{ __t('Common Inquiries') }}

@foreach ([ ['q' => __t('Do you provide domestic gas connections?'), 'a' => __t('Yes, we provide safe domestic gas line installation services for residential buildings and townships following government safety standards.')], ['q' => __t('What safety measures do you take during installation?'), 'a' => __t('We perform ultrasonic testing, radiographic testing, and real-time pressure audits for every industrial pipeline project.')], ['q' => __t('Is AHE government-certified?'), 'a' => __t('Absolutely. We hold all necessary licenses from the Explosives Department, Fire Service, and relevant gas distribution companies.')], ] as $index => $faq)

{{ $faq['q'] }} +

@endforeach
»

{{ __t('Legal Documents') }}

{{ __t('View All Docs') }}
@foreach ($documents as $doc)
{{ $doc->t('title') }}

{{ $doc->t('title') }}

@endforeach
»

{{ __t('Our Recent Projects') }}

{{ __t('View All Projects') }}
@foreach (App\Models\Project::where('is_active', true)->latest()->take(3)->get() as $project)
@if($project->image) {{ $project->t('title') }} @else
{{ $project->t('title') }}
@endif
{{ __t($project->category) }}

{{ $project->t('title') }}

{{ __t('View Details') }}
@endforeach
»

{{ __t('Our Sister Concerns') }}

@php $concerns = $sisterConcerns->concat($sisterConcerns)->concat($sisterConcerns); @endphp @foreach ($concerns as $concern)
{{ $concern->t('title') }}
@endforeach

{{ __t('Need a Custom Gas Solution?') }}

{{ __t('Our engineers are ready to build based on your unique site requirements.') }}

{{ __t('Submit an Inquiry') }}
@endsection