@if (is_plugin_active('blog'))
{{ $config['name'] }}
@foreach (get_recent_posts($config['number_display']) as $post)
{{ $post->name }} {{ $post->name }}
@endforeach @endif