@php $bgColor = $shortcode->background_color; $bgImage = $shortcode->background_image ? RvMedia::getImageUrl($shortcode->background_image) : null; $variablesStyle = [ "--background-color: $bgColor" => $bgColor, "--background-image: url($bgImage)" => $bgImage, ]; @endphp
@if (($dataCount = $shortcode->data_count) && ($dataCountDescription = $shortcode->data_count_description))

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

{!! BaseHelper::clean($dataCountDescription) !!}
@endif
@if($title = $shortcode->title)

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

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

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

@endif
@if ($image = $shortcode->image)
{{ RvMedia::image($image, 'Consulting Image') }}
@endif