@if ($posts->count() > 0)
@foreach ($posts as $post)
{!! Theme::partial('components.post-card', compact('post')) !!}
@endforeach
{!! $posts->withQueryString()->links() !!}
@endif