@if ($title = $shortcode->title)

{!! BaseHelper::clean($title) !!}

@endif
@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($phoneNumber = $shortcode->phone_number) {!! BaseHelper::clean($phoneNumber) !!} @endif
@if (($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url)) {!! BaseHelper::clean($buttonLabel) !!} @endif