background_image) data-background="{{ RvMedia::getImageUrl($bgImage) }}" @endif >
@if ($image = $shortcode->image)
{{ RvMedia::image($image, $shortcode->title, attributes: ['data-aos' => 'fade-left', 'data-aos-delay' => '400']) }}
@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 @if (($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url)) {!! BaseHelper::clean($buttonLabel) !!} @endif
@if ($bgImage1 = $shortcode->background_image_1) {{ RvMedia::image($bgImage1, $shortcode->title) }} @endif @if ($bgImage2 = $shortcode->background_image_2) {{ RvMedia::image($bgImage2, $shortcode->title, attributes: ['data-aos' => 'zoom-in', 'data-aos-delay' => '600']) }} @endif @if ($bgImage3 = $shortcode->background_image_3) {{ RvMedia::image($bgImage3, $shortcode->title, attributes: ['data-aos' => 'zoom-in-up', 'data-aos-delay' => '800']) }} @endif