@error('title')

제목을 입력해 주세요.

@enderror
@php $class_times = ['길어요', '충분해요', '짧아요']; @endphp
수업 시간을 선택해주세요.
@foreach($class_times as $k=>$time)
class_time) && $article->class_time == $time) or old('class_time') == $time )>
@endforeach
@php $difficulties = ['쉬워요', '충분해요', '어려워요']; @endphp
수업 난이도를 선택해주세요.
@foreach($difficulties as $k=>$diff)
difficulty) && $article->difficulty == $diff) or old('difficulty') == $diff )>
@endforeach
수업 방식을 선택해주세요.
@php $associatedEvaluationTypeIds = $article->courseReviewEvaluationTypes->pluck('id')->toArray(); @endphp @foreach($article->evaluationTypes() as $cre)
id, $associatedEvaluationTypeIds))>
@endforeach
@foreach($article->metaTags as $tag) @endforeach