@if($shortcode->title || $shortcode->subtitle)
@if($subtitle = $shortcode->subtitle)
{{ $subtitle }}
@endif
@if($title = $shortcode->title)
{!! BaseHelper::clean($title) !!}
@endif
@endif
@if($description = $shortcode->description)
{!! BaseHelper::clean($description) !!}
@endif
@if($shortcode->button_label && $shortcode->button_url)
@endif