79250720

Date: 2024-12-04 10:22:31
Score: 1
Natty:
Report link

It's possible you haven't added this new Widget to your Dashboard, in app/Providers/Filament/AdminPanelProvider.php.

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->widgets([
            // your Dashboard Widgets go here
        ]);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pedro Altomar