Custom page with filament blade component
Hello,
I need some help with creating a custom page to export certain model data using Laravel Excel. I want to use the Filament view component to keep things consistent. But I couldn't find any info in documentation on blade components.
I just need a simple page where you can choose the model, select the timeframe (today, this week or this month) from a dropdown, and then hit an export button that calls my controller.
Or can i just create like a fake "Ressource" page and build it with the table builder?
If anyone knows how to do this or has any tips, I'd be super grateful for your input!
I need some help with creating a custom page to export certain model data using Laravel Excel. I want to use the Filament view component to keep things consistent. But I couldn't find any info in documentation on blade components.
I just need a simple page where you can choose the model, select the timeframe (today, this week or this month) from a dropdown, and then hit an export button that calls my controller.
Or can i just create like a fake "Ressource" page and build it with the table builder?
If anyone knows how to do this or has any tips, I'd be super grateful for your input!