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

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

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

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

@endif @if (is_plugin_active('newsletter')) {!! $form->renderForm() !!} @endif @if ($description = Arr::get($config, 'with_social_links', 'yes') == 'yes' && theme_option('social_links'))
    @include(Theme::getThemeNamespace('widgets.social-links.templates.partials.social-links'))
@endif