Repeater::make('notes')
->deletable(false)
->addable(false)
->relationship('notes')
->schema([
RichEditor::make('description')
->required()
->columnSpanFull(),
]),
Repeater::make('notes')
->deletable(false)
->addable(false)
->relationship('notes')
->schema([
RichEditor::make('description')
->required()
->columnSpanFull(),
]),