Unable to find component: [app.filament.widgets.office-overview]

I am experiencing a problem in symfony, i need some guide on how to fix this problem.
No description
2 Replies
| Frozen Mind |
| Frozen Mind |OP3d ago
class Accounts extends Page { protected static ?string $navigationIcon = 'heroicon-o-document-text'; protected static string $view = 'filament.pages.accounts'; protected function getHeaderWidgets(): array { return [ OfficeOverview::class, ]; } }
Mohamed Ayaou
Mohamed Ayaou3d ago
How did you import the OfficeOverview and where is it located? Do not forget to clear caches too

Did you find this page helpful?