@php $title = $shortcode->title; $subtitle = $shortcode->subtitle; @endphp
@if($title || $subtitle)
@if($title)

{!! BaseHelper::clean($title) !!}

@endif @if($subtitle)

{!! BaseHelper::clean($subtitle) !!}

@endif
@endif