I have a posts table and comments table, comment belongs to post, and I have the relationship setup in Post and Comment model. I did sort posts by the numb
Just remove the get() in the chained calls and see what you get, paginate should replace get() call.
get()