@extends('layouts.main') @section('title', __t('About Us')) @section('description', __t('Learn about AHE, our history, mission, and long-standing expertise in the gas industry of Bangladesh.')) @section('content')
{{ __t('Our Foundation') }}

{{ __t('Our Mission') }}

{{ __t('To build a safer and more efficient gas infrastructure network for the people and industries of Bangladesh, adhering to the highest international standards of safety and engineering excellence.') }}

{{ __t('Our Vision') }}

{{ __t('To be the leading engineering partner in the energy sector, recognized for our commitment to quality, technical innovation, and contribution to national development.') }}

{{ __t('Engineering Excellence') }}

{{ __t('Our Core Values') }}

01

{{ __t('Safety First') }}

{{ __t('Safety is our non-negotiable priority in every project we undertake.') }}

02

{{ __t('Excellence') }}

{{ __t('We deliver high-end engineering quality with zero compromise.') }}

03

{{ __t('Integrity') }}

{{ __t('Honesty and transparency define our relationship with clients.') }}

{{ __t('Professional Team') }}

{{ __t('Expert Engineers') }}

{{ __t('Our team consists of certified mechanical engineers and dedicated technicians with years of field experience in gas line construction.') }}

@foreach ($teamMembers as $member)
@if($member->image) {{ $member->t('name') }} @else
@endif

{{ $member->t('name') }}

{{ $member->t('designation') }}

@endforeach
@endsection