@foreach ($posts as $post)
@endforeach
@if ($posts->hasPages())
{!! $posts->onEachSide(2)->links() !!}
@endif