@if ($sectionType === 'home_intro') @include('components.sections.home-intro', ['section' => $section, 'locale' => $locale]) @elseif ($sectionType === 'home_category_preview') @include('components.sections.home-category-preview', ['section' => $section, 'categories' => $categories, 'locale' => $locale, 'categoryPresentation' => app(\App\Content\HomeCategoryCardPresentation::class)]) @elseif ($sectionType === 'home_partner_cta') @include('components.sections.home-partner-cta', ['section' => $section, 'locale' => $locale]) @endif @if ($editing) @endif