Hi there
I have to print an invoice's receipt from my app. So i'm using Rawilk's package for it.
I created a controller in which i implemented the print code (just the demo code from Rawilk's package docs). Everything worked well until i tried to pass a parameter to the controller's method.
For exemple passing an invoice ID to the method and trying to query datas inside it not working.
Is that mean controller doesn't work as regular anymore in filament project?
Is there a way to do it on filament ?