@foreach ($posts as $post)
{!! Theme::partial('blog.post.item', compact('post')) !!}
@endforeach @if ($posts instanceof \Illuminate\Contracts\Pagination\LengthAwarePaginator)
{!! $posts->withQueryString()->links(Theme::getThemeNamespace('partials.pagination')) !!}
@endif