Select::make('course_id') ->label(__('Course')) ->relationship('course', 'name')
->getOptionLabelFromRecordUsing(fn ($record) => $record->name)
© 2026 Hedgehog Software, LLC