background_image) data-background="{{ RvMedia::getImageUrl($bgImage) }}" @endif>
@if ($subtitle = $shortcode->subtitle) {{ $subtitle }} @endif @if ($title = $shortcode->title)

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

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

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

@endif
{!! $form->renderForm() !!}
@if ($backgroundImage1 = $shortcode->background_image_1)
{{ RvMedia::image($backgroundImage1, $shortcode->title) }}
@endif