Forms\Components\Section::make('Associated Organisation')->schema([
Forms\Components\Select::make('organisation_id')
->label('Organisation')
->dispatchEvent('refreshExampleRelationManager')
->required()
->options(Organisation::all()->pluck('name', 'id'))
->live(),
]),
Forms\Components\Section::make('Associated Organisation')->schema([
Forms\Components\Select::make('organisation_id')
->label('Organisation')
->dispatchEvent('refreshExampleRelationManager')
->required()
->options(Organisation::all()->pluck('name', 'id'))
->live(),
]),