@foreach(range(1, 4) as $i) {{ RvMedia::image(Arr::get($config, "shape_$i") ?: Theme::asset()->url("images/newsletter/shape-$i.png"), $config['title'], attributes: ['class' => "tp-subscribe-shape-$i"]) }} @endforeach
{{ $config['title'] }}
@if($config['subtitle']) {!! BaseHelper::clean($config['subtitle']) !!} @endif @if($config['title'])

{!! BaseHelper::clean($config['title']) !!}

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