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