@php $title = theme_option('newsletter_popup_title'); $image = ($image = theme_option('newsletter_popup_image')) ? RvMedia::getImageUrl($image) : null; @endphp
$image])>
$image])> @if ($image)
@endif
@if($subtitle = theme_option('newsletter_popup_subtitle')) {!! BaseHelper::clean($subtitle) !!} @endif @if($title)
{!! BaseHelper::clean($title) !!}
@endif @if($description = theme_option('newsletter_popup_description'))

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

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