Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

MazenUit's avatar

Problem not showing Pagination if you query data based on status in nested component

I have set of data in same table that displayed on blade in different component based on status 0 or 1 but listing of this data for each component is missing how to query pagination in this case ?

0 likes
1 reply
Sinnbeck's avatar

Show some code. But if its a database query just use ->paginate() instead of ->get()

Please or to participate in this conversation.