@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'))
@csrf @if (setting('enable_captcha') && is_plugin_active('captcha'))
{!! Captcha::display() !!}
@endif
@endif @if (theme_option('social_links') && $socialLinks = json_decode(theme_option('social_links'), true))
    @foreach($socialLinks as $social) @php($social = collect($social)->pluck('value', 'key'))
  • @endforeach
@endif