@foreach($posts as $post)
{{ $post->author->name }}
{{ Theme::formatDate($post->created_at) }} {{ number_format($post->views) }}

{{ $post->name }}

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

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