@foreach($posts as $post)
@include(Theme::getThemeNamespace('views.templates.partials.post-item'))
@endforeach @if($posts->hasPages())
{{ $posts->links(Theme::getThemeNamespace('partials.pagination')) }}
@endif