@if($post_items instanceof \Illuminate\Pagination\LengthAwarePaginator )
{!! $post_items->appends(request()->all())->links() !!}
@endif