Finn
Filtering a Select field's options based on a parent relationship
would this package be able to handle this sort of thing? https://github.com/CodeWithDennis/filament-select-tree
4 replies
Use a custom widget to run a command from the dashboard
Here's what I've got going on atm, my report generating functionality is happening in a controller method which is called by the route that the user is redirected to.
StatusReport.php
status-report.blade.php
The only thing I'd like to do now is add some CSS to the widget, as currently everything looks the same. Would I have to register a custom stylesheet as a filament asset in the AppServiceProvider?
11 replies