Custom Page issue with filament
Hey does filament provides anything more than CRUD.Currently i am in a confusion i want a custom page from where admin will choose course month year and submit then a report will appear.I tried from 2 days but i am faile dmisearable created custom page then resources even and used livewire inside but its not working can some help me in this i badly need the help.
1 Reply
Have you read the documentation? https://filamentphp.com/docs/3.x/panels/pages
You should get a Blade file in your
views/pages
directory, where you can do whatever you want.