Components\Group::make()
->relationship('operator')
->schema([
Components\Select::make('roles')
->relationship(name: 'roles', titleAttribute: 'label')
->live()
->label('Przypisane role')
->multiple()
->preload()
])
Components\Group::make()
->relationship('operator')
->schema([
Components\Select::make('roles')
->relationship(name: 'roles', titleAttribute: 'label')
->live()
->label('Przypisane role')
->multiple()
->preload()
])