@if($subtitle = $shortcode->subtitle)
{{ $subtitle }}
@endif
@if($title = $shortcode->title)
{!! BaseHelper::clean($title) !!}
@endif
@if($description = $shortcode->description)
{!! BaseHelper::clean($description) !!}
@endif
@foreach($highlightArray as $highlight)
- {!! BaseHelper::clean($highlight) !!}
@endforeach
@if(($buttonLabel = $shortcode->button_label) && ($buttonURL = $shortcode->button_url))
@endif
@if($signatureImage = $shortcode->signature_image)
@endif