@extends('partials.components.section', ['header' => false, 'ctaAfter' => false]) @section('section')
@include('partials.components.section-header') @if ($section['section_fields_buttons'] ?? false) @include('partials.components.ctas', ['ctas' => $section['section_fields_buttons']]) @endif
@include('partials.components.blockquote')
@overwrite