@include('partials.impact.program-hero', ['hero' => $hero])
@include('partials.single-page-nav', array_merge($pageNav, ['variant' => 'top']))
@if ($program['partial'] === 'partners') @include('partials.home.partners', ['layout' => 'impact']) @else
@if ($program['partial'] === 'stats') @include('partials.home.stats', ['moreHref' => route('impact')]) @elseif ($program['partial'] === 'testimonials') @include('partials.home.testimonials') @elseif ($program['partial'] === 'achievements') @include('partials.impact.program-detail', ['program' => $program]) @include('partials.home.achievements') @else @include('partials.impact.program-detail', ['program' => $program]) @endif
@endif @if (in_array($program['slug'], ['sme-empowerment-fund', 'uzapoint-academy', 'csr'], true)) @include('partials.impact.sdg', ['sdg' => $sdg]) @endif
@include('partials.single-page-nav', array_merge($pageNav, ['variant' => 'next']))
@include('partials.home.cta')