@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' => 'img-two', 'data-parallax' => '{"y" : 100 }']) }} @endif @if ($image2 = $shortcode->image_2) {{ RvMedia::image($image2, $shortcode->title, attributes: ['class' => 'img-three', 'data-parallax' => '{"x" : -100 }']) }} @endif
@if ($title = $shortcode->title)

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

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

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

@endif @if (is_plugin_active('newsletter'))
@csrf @if (setting('enable_captcha') && is_plugin_active('captcha'))
{!! Captcha::display() !!}
@endif
@endif
@if ($bgImage1 = $shortcode->background_image_1) {{ RvMedia::image($bgImage1, $shortcode->title) }} @endif @if ($bgImage2 = $shortcode->background_image_2) {{ RvMedia::image($bgImage2, $shortcode->title) }} @endif