@if ($section['section_fields_suptitle'] ?? false) @include('partials.components.suptitle', [ 'title' => $section['section_fields_suptitle'], 'balise' => 'div', ]) @endif @if ($section['section_fields_title'] ?? false) @include('partials.components.big-title', [ 'title' => $section['section_fields_title'], 'balise' => 'h2', ]) @endif @if ($section['section_fields_introduction'] ?? false) @include('partials.components.introduction', [ 'introduction' => $section['section_fields_introduction'], 'balise' => 'div', ]) @endif