© 2026 Hedgehog Software, LLC
SelectFilter::make('tags') ->options( fn (): array => Tag::getWithType('crm.accounts')->pluck('name', 'name')->all() )
SelectFilter::make('tags') ->options(Tag::getWithType('crm.accounts')->pluck('name', 'name'))
->all()
all