@if (is_plugin_active('blog')) @php $posts = get_recent_posts($config['number_display']); @endphp @if ($posts->count())
{{ $config['name'] }}
@foreach($posts as $post)
{{ $post->name }}
{{ $post->created_at->translatedFormat('M d, Y') }}
{{ __(':count Views', ['count' => number_format($post->views)]) }}
@endforeach
@endif @endif