I have several resources some of which have infolists. I want to create a controller (not a Livewire page) in which I want to use some of those and show it in view. Furthermore I want to export the view to a pdf file. Ideally I will create a service class which will load the html content of the blade view of the controller and use Browsershot to export it to a pdf. Any pointer how to do it? Thanks in advance for the help