Relation Manager in ListRecords Tab

I have an invoices resource which I have sorted into different tables "To Be invoiced", "Collections" and "Archive". The latter two just filters the invoice table based on the total column, but I want to be invoiced to display the table from my Users resource that don't have any invoices associated with them, any way I could do this? Tried a custom blade template but I suck at styling so it looks nothing like the filament panels.
5 Replies
ShovelKnight_
ShovelKnight_OP2mo ago
Or even render a custom view within a tab
Mocus
Mocus2mo ago
hey dude, sorry hard to follow your question .... so you want To Be Invoiced to show the user it's associated with?
ShovelKnight_
ShovelKnight_OP2mo ago
Hey, thanks for the reply. Simply put, To Be Invoiced should show the users table. The idea is that this one resource should be everything someone needs to manage invoices, so I need to get the users table to show up to generate invoices for them.
awcodes
awcodes2mo ago
Sounds like you want a custom page instead of hacking into the list page.
Dennis Koch
Dennis Koch2mo ago
As Adam said: It's best to go with a custom page and add multiple tables to it and use the <x-filament.tabs> component

Did you find this page helpful?