@if ($image = $shortcode->image) {{ RvMedia::image($image, $shortcode->title, attributes: ['class' => 'main-img']) }} @endif @if ($image1 = $shortcode->image_1) {{ RvMedia::image($image1, $shortcode->title, attributes: ['class' => 'shape-one', 'data-aos' => 'fade-up-left', 'data-aos-delay' => '600']) }} @endif @if ($bgImage = $shortcode->background_image) {{ RvMedia::image($bgImage, $shortcode->title, attributes: ['class' => 'shape-two']) }} @endif @if ($bgImage1 = $shortcode->background_image_1) {{ RvMedia::image($bgImage1, $shortcode->title, attributes: ['class' => 'shape-three']) }} @endif
@if ($title = BaseHelper::clean($shortcode->title))

@if($highlightText = BaseHelper::clean($shortcode->highlight_text)) {!! str_replace($highlightText, '' . $highlightText . ' ', $title) !!} @else {!! BaseHelper::clean($title) !!} @endif

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

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

@endif @if (($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url)) {!! BaseHelper::clean($buttonLabel) !!} @endif