@if ($config['name'] || $config['content'])
@if ($config['name'])

{!! BaseHelper::clean($config['name']) !!}

@endif @if ($config['content'])
{!! BaseHelper::clean(shortcode()->compile($config['content'])) !!}
@endif
@endif