@if (is_plugin_active('blog') && $posts->isNotEmpty())
{{ $config['name'] }}
@foreach ($posts as $post)
{{ $post->name }} {!! BaseHelper::clean($post->name) !!}
@endforeach @endif