I'm trying to add the FilamentSaasTeamsPlugin in AdminPanelProvider
->plugins([
FilamentSaasTeamsPlugin::make()
->allowAccountTeamTableAction()
->allowAccountTeamTableBulkAction()
->allowAccountTeamFilter()
->allowAccountTeamFormComponent()
->allowAccountTeamTableColumn()
])
After adding this plugin the system starts throwing exception
Route [filament.admin.resources.accounts.index] not defined.
php artisan route:listand see if the route is there or not.php artisan route:clearand It didn't work