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

daftenii's avatar

Filament nested relationships

Lets assume I have StoreResource with Products relationship. How can I create one more relationship ProductPriceHistory at the products level? What I want to have is something like this: on the store page I have one table with all stores listed. When I press on the view over a store I should get to the store products page (until this step everything is clear to me). If I'll press on the view over a product I should go to the product vew page which will display a table with product price history for that product.

0 likes
0 replies

Please or to participate in this conversation.