@php $backgroundImage = $shortcode->background_image ? RvMedia::url($shortcode->background_image) : null; $backgroundColor = $shortcode->background_color; $textColor = $shortcode->text_color ?: '#ffffff'; @endphp
$backgroundColor, "--background-image: url('$backgroundImage')" => $backgroundImage, "--text-color: $textColor" => $textColor, ])>
@if ($subtitle = $shortcode->subtitle)

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

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

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

@endif @if (($url = $shortcode->url) && ($buttonLabel = $shortcode->button_label)) @endif
@if ($bannerImage = $shortcode->banner_image) {{ RvMedia::image($bannerImage, $title) }} @endif
@if ($shape1 = $shortcode->shape_image_1)
{{ RvMedia::image($shape1, 'shape') }}
@endif @if ($shape2 = $shortcode->shape_image_2)
{{ RvMedia::image($shape2, 'shape') }}
@endif