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

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