@php $title = $shortcode->title; $subtitle = $shortcode->subtitle; $centered ??= false; @endphp @if($title || $subtitle)
$centered])> @if($subtitle) {!! BaseHelper::clean($subtitle) !!} {!! Theme::partial('section-title-shape') !!} @endif @if($title)

@include(Theme::getThemeNamespace('partials.section-title-inner'))

@endif
@endif