@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
@break @default
@if ($image = Arr::get($config, 'image')) {{ __('Image NewsLetter') }} @endif
@if ($iconPrimary = Arr::get($config, 'icon_primary'))
{{ __('Icon primary') }}
@endif
{{ __('Newsletter') }} @if ($title = Arr::get($config, 'title'))

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

@endif @if ($subtitle = Arr::get($config, 'subtitle'))

{{ $subtitle }}

@endif
@endswitch @endif