background_color) style="background-color: {{ $bgColor }}" @endif>
@if ($shortcode->highlight_text) {{ $shortcode->highlight_text }} @endif

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

{!! BaseHelper::clean($shortcode->subtitle) !!}
@if($shortcode->primary_url || $shortcode->secondary)
@if ($shortcode->primary_url) {{ $shortcode->primary_title ?: __('Start free trial') }} @endif @if ($shortcode->secondary_url) {{ $shortcode->secondary_title ?: __('Learn more') }} @endif
@endif