background_image) style="background-image: url({{ RvMedia::getImageUrl($shortcode->background_image) }}) !important; background-repeat: no-repeat !important; background-size: cover !important;" @endif>
@if ($shortcode->use_shape_images) @for($i = 1; $i <= 4; $i++) {{ RvMedia::image(Arr::get($shortcode, "shape_$i") ?: Theme::asset()->url("images/newsletter/shape-$i.png"), $shortcode->title, attributes: ['class' => "tp-subscribe-shape-$i"]) }} @endfor @endif @if ($shortcode->use_air_paper_icon_with_animation)
{{ $shortcode->title }}
@endif
@if($shortcode->subtitle) {!! BaseHelper::clean($shortcode->subtitle) !!} @endif @if($shortcode->title)

{!! BaseHelper::clean($shortcode->title) !!}

@endif
{!! $form->renderForm() !!}