image_1) data-background="{{ RvMedia::getImageUrl($image1) }}" @endif>
@if ($subtitle1 = $shortcode->subtitle_1) {{ $subtitle1 }} @endif @if ($title1 = $shortcode->title_1)

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

@endif @if ($description1 = $shortcode->description_1)

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

@endif @if (($buttonLabel1 = $shortcode->button_label_1) && ($buttonLink1 = $shortcode->button_url_1)) {{ $buttonLabel1 }} @endif
@if ($backgroundImage1 = $shortcode->background_image_1)
{{ RvMedia::image($backgroundImage1, $shortcode->title ?: __('Shape'), attributes: ['data-animation' => 'zoomIn', 'data-delay' => '.8s']) }}
@endif
image_2) data-background="{{ RvMedia::getImageUrl($image2) }}" @endif>
@if ($subtitle2 = $shortcode->subtitle_2) {{ $subtitle2 }} @endif @if ($title2 = $shortcode->title_2)

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

@endif @if ($description2 = $shortcode->description_2)

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

@endif @if (($buttonLabel2 = $shortcode->button_label_2) && ($buttonLink2 = $shortcode->button_url_2)) {{ $buttonLabel2 }} @endif
@if ($backgroundImage2 = $shortcode->background_image_2)
{{ RvMedia::image($backgroundImage2, $shortcode->title ?: __('Shape'), attributes: ['data-animation' => 'zoomIn', 'data-delay' => '.8s']) }}
@endif