@php($bgColor = $shortcode->background_color ?: '#f7f5f1')
@if ($bgImage = $shortcode->background_image)
{{ __('Background image') }}
@endif
@if($image = $shortcode->image)
{{ __('Image') }}
@endif
@if ($subtitle = $shortcode->subtitle)
{!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

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

@endif
@if ($description = $shortcode->description)

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

@endif @if (($buttonPrimaryLabel = ($shortcode->button_primary_label ?: $shortcode->button_label)) && ($buttonPrimaryUrl = ($shortcode->button_primary_url ?: $shortcode->button_url))) {!! BaseHelper::clean($buttonPrimaryLabel) !!} @endif