Multiple Infolists on ViewRecord
I want to use multiple infolists on a viewrecord page so that i can specify a different ->record() on each one as i am reusing infolists on other resources. You can do mulitple forms with getForms(), but i dont see a getInfolists() method. Is my only option overriding the view and setting up multipel ones that way? I would prefer not to do that. I guess the other option is doing infolists in widgets maybe? Just thought of that while i typed this out. Though a bit less control on placement that way.