@lang('blog.heading|Popular Posts')

@forelse($popular_posts as $post)
{{ $post->title }}

{{ $post->title }}

{{ $post->created_at->format('M d, Y') }}

@empty

@lang('blog.No popular posts found.')

@endforelse