@if(is_plugin_active('newsletter'))
@switch($config['style'])
@case(2)
{{ $subtitle }} {{ $subtitle }}
{{ $title }}
@endif
@if ($subtitle = $config['subtitle'])
@endif
{!! BaseHelper::clean(($title)) !!}
@endif
@if ($subtitle = Arr::get($config, 'subtitle'))