@extends('layouts.main') @section('title', __t('Legal Documents')) @section('content')
{{ __t('Compliance & Regulatory') }}

{{ __t('Certified') }} {{ __t('Engineering') }}
{{ __t('Authority') }}

{{ __t('AHE is fully authorized by the relevant authorities in Bangladesh to conduct gas line construction and maintenance. Below are our key regulatory registrations.') }}

@foreach ($documents as $doc)
@if($doc->image) {{ $doc->t('title') }} @else
{{ __t('Scan Not Available') }}
@endif
{{ __t('View Full Document') }}
Doc Ref: AHE-{{ str_pad($doc->id, 3, '0', STR_PAD_LEFT) }}

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

{{ __t('Certified & Approved') }}
@endforeach

{{ __t('Request') }}
{{ __t('Documentation') }}

{{ __t('For project tenders and corporate partnership inquiries, you can request copies of our legal documents and company profile by contacting our compliance department.') }}

{{ __t('Official Correspondence') }} {{ gs()->email }}
{{ __t('Request via Email') }}
@endsection