@error('title')

제목을 입력해 주세요.

@enderror
@php $score = ['4.0', '4.5', '5.0', '5.5', '6.0', '6.5', '7.0', '7.5', '8.0']; @endphp
@if ($errors->hasAny(['goal_overall', 'goal_listening', 'goal_reading', 'goal_writing', 'goal_speaking']))

목표점수를 선택해 주세요.

@endif
@if ($errors->hasAny(['pass_overall', 'pass_listening', 'pass_reading', 'pass_writing', 'pass_speaking']))

합격점수를 선택해 주세요.

@endif
@php $period = ['1주', '2주', '3주', '1개월', '1.5개월', '2개월', '2.5개월', '3개월', '4개월', '4.5개월', '5개월 이상']; @endphp
@error('attainment_period')

달성 기간을 선택해주세요.

@enderror
@error('exam_date')

시험응시일을 선택해 주세요.

@enderror
@error('target_country_id')

진학 희망 국가를 선택해 주세요.

@enderror
@error('goal_id')

학업 목적을 선택해 주세요.

@enderror
{{--
수강한 강좌 중에 최소 1개를 선택해 주세요.
--}}
id) ? 'required':'' }}>
@foreach($article->metaTags as $tag) @endforeach