@php($popularPosts = get_popular_posts(3))
@foreach($posts as $post) {!! Theme::partial('blog.post-item', compact('post')) !!} @endforeach
{{ $posts->links(Theme::getThemeNamespace('partials.pagination')) }}
{!! dynamic_sidebar('blog_sidebar') !!}