@if(is_plugin_active('newsletter')) @switch($config['style']) @case(2) {!! BaseHelper::clean(__('Newsletter')) !!} @if ($title = $config['title']) {{ $title }} @endif @if ($subtitle = $config['subtitle']) {{ $subtitle }} @endif @csrf @if (setting('enable_captcha') && is_plugin_active('captcha')) {!! Captcha::display() !!} @endif @break @default @if ($image = Arr::get($config, 'image')) @endif @if ($iconPrimary = Arr::get($config, 'icon_primary')) @endif {{ __('Newsletter') }} @if ($title = Arr::get($config, 'title')) {!! BaseHelper::clean(($title)) !!} @endif @if ($subtitle = Arr::get($config, 'subtitle')) {{ $subtitle }} @endif @csrf @if (setting('enable_captcha') && is_plugin_active('captcha')) {!! Captcha::display() !!} @endif @endswitch @endif
{{ $subtitle }}