@if ($shortcode->title)

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

@endif
@if ($shortcode->description)

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

@endif @if ($shortcode->button_label) {{ $shortcode->button_label }} @endif