| Frozen Mind |
Unable to find component: [app.filament.widgets.office-overview]
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,
];
}
}
5 replies