@if ($ctas ?? false)
@foreach ($ctas as $cta) @include('partials.components.cta', [ 'cta' => $cta['button'], 'type' => $type ?? ($cta['type'] ?? 'default'), ]) @endforeach
@endif