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.
2 Replies
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,
];
}
}
How did you import the
OfficeOverview
and where is it located?
Do not forget to clear caches too