@php $title = preg_replace('/\{\{(.*)\}\}/', '${1}', $shortcode->title ?: ''); @endphp @if ($title) {!! BaseHelper::clean($title) !!} @endif @if($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if($banner = $shortcode->banner_primary) @endif
{!! BaseHelper::clean($subtitle) !!}