@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($shortcode->signature_image && $shortcode->signature_author)
{{ $shortcode->signature_author }}
@endif