@extends('layouts.app') @section('title', 'À propos') @section('content')
@if ($aboutSection)

{{ $aboutSection->title }}

{{ $aboutSection->subtitle }}

{!! $aboutSection->content !!}
@else

2ECG: Expertise Globale en Ingénierie et Construction

Solutions Intégrées pour un Avenir Durable

@endif
@foreach ($expertiseDomains->chunk(ceil($expertiseDomains->count() / 2)) as $chunk)
@foreach ($chunk as $domain)

{{ $domain->name }}

@endforeach
@endforeach
@if ($aboutSection && $aboutSection->image) 2ECG About Image @else 2ECG About Image @endif

Pourquoi Choisir 2ECG?

@foreach ($companyFeatures as $index => $feature)

{{ sprintf('%02d', $index + 1) }}

{{ $feature->title }}

{{ $feature->description }}

@endforeach

Notre équipe professionnelle

@foreach ($teamMembers as $member)
{{ $member->name }}
@foreach ($member->social_links as $platform => $url) @endforeach

{{ $member->name }}

{{ $member->position }}
@endforeach
@endsection @push('styles') @endpush