@php $bgColor = $shortcode->background_color; $bgColor = $bgColor === 'transparent' ? null : $bgColor; @endphp
$bgColor, ]) >
@if ($subtitle = $shortcode->subtitle)
dots {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)
{!! BaseHelper::clean($title) !!}
@endif @if ($description = $shortcode->description)

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

@endif @php $image = $shortcode->image; $image1 = $shortcode->image_1; @endphp @if($image || $image1)
@if ($image)
{{ RvMedia::image($image) }}
@endif @if ($image1)
{{ RvMedia::image($image1) }}
@endif
@endif