@if ($posts->isNotEmpty())

{{ SeoHelper::getTitle() }}

{{ __(':count Categories', ['count' => Botble\Blog\Models\Category::query()->wherePublished()->count()]) }} {{ __(':count Articles', ['count' => Botble\Blog\Models\Post::query()->wherePublished()->count()]) }} {{ __(':count Views', ['count' => number_format(Botble\Blog\Models\Post::query()->wherePublished()->sum('views'))]) }}
@foreach ($posts as $post) @if ($loop->first)

{{ $post->name }}

{{ $post->description }}

@else
@endif @endforeach
{!! $posts->withQueryString()->links(Theme::getThemeNamespace() . '::partials.custom-pagination') !!} @endif