@php $title = $shortcode->title; $subtitle = $shortcode->subtitle; @endphp @if($title || $subtitle)
@if($subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if($title)

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

@endif
@endif