RichEditor::make('outcome')
->label(__('Outcome'))
->columnSpanFull()
->required()
->hint(__('What is the expected outcome of this lesson?'))
->hintIcon('heroicon-m-question-mark-circle', tooltip: __('tooltips.outcome_description')),
RichEditor::make('outcome')
->label(__('Outcome'))
->columnSpanFull()
->required()
->hint(__('What is the expected outcome of this lesson?'))
->hintIcon('heroicon-m-question-mark-circle', tooltip: __('tooltips.outcome_description')),