@if (is_plugin_active('blog'))
@if ($title = $config['title'])

{{ $title }}

@endif
@foreach($posts as $post)
{{ $post->created_at->translatedFormat('M d, Y') }}

{{ $post->name }}

@endforeach
@endif