Hi Guys,
Hope everyone doing great. I am stuck with some query which seems to be easy but still I am not able to get it.
I have Private chat system where I am trying to get latest messages from conversation with pagination. The problem is I can get latest 10 messages but unable to reverse them
above line gives me the data with paginator collection so if I use reverse method on collection, I am loosing the pagination properties. Please let me know if have explained bad,