@if($shortcode->title || $shortcode->subtitle)
@if($shortcode->title)

{!! BaseHelper::clean($shortcode->title) !!}

@endif @if($shortcode->subtitle)

{!! BaseHelper::clean(nl2br($shortcode->subtitle)) !!}

@endif
@endif