@foreach($posts as $post)
{{ $post->author->name }}
{{ $post->created_at->translatedFormat('M d, Y') }} {{ number_format($post->views) }}

{{ $post->name }}

{{ Str::limit($post->description, 120) }}

@endforeach {{ $posts->links(Theme::getThemeNamespace('partials.pagination')) }}