background_image) data-background="{{ RvMedia::getImageUrl($backgroundImage) }}" @endif>
@if ($image = $shortcode->image)
{{ RvMedia::image($image, $shortcode->title, attributes: ['class' => 'main-img']) }} @if ($backgroundImage1 = $shortcode->background_image_1) {{ RvMedia::image($backgroundImage1, $shortcode->title) }} @endif @if ($backgroundImage2 = $shortcode->background_image_2) {{ RvMedia::image($backgroundImage2, $shortcode->title) }} @endif
@endif
@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

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

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

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

@endif