Multiples Widget StatsOverview
Hello everyone.
I have a question. How can I insert several StatsOverview type widgets?
That is, I would like to place several widgets with different information so that they are in different rows.
Regards.
I have a question. How can I insert several StatsOverview type widgets?
That is, I would like to place several widgets with different information so that they are in different rows.
Regards.
Solution
https://filamentphp.com/docs/3.x/widgets/stats-overview#overview
...
?
php artisan make:filament-widget StatsOverview1 --stats-overviewphp artisan make:filament-widget StatsOverview2 --stats-overview...
?