@error('title')

제목을 입력해 주세요.

@enderror
@error('exam_date')

시험 응시일 날짜를 지정해 주세요.

@enderror
시험 구분을 선택해주세요.
exam_type) && $article->exam_type == 'PBT') or old('exam_type') == 'PBT' )>
exam_type) && $article->exam_type == 'CBT') or old('exam_type') == 'CBT' )>
@php $accessibility_rate = $article->examVenueReviewDetails->where('review_type', 'accessibility')->value('rating'); $facility_rate = $article->examVenueReviewDetails->where('review_type', 'facility')->value('rating'); $acoustic_rate = $article->examVenueReviewDetails->where('review_type', 'acoustic')->value('rating'); @endphp
접근성 별점을 선택해주세요.(5점 만점)
@for ($i = 5; $i > 0; $i--) @endfor
시설 별점을 선택해주세요.(5점 만점)
@for ($i = 5; $i > 0; $i--) @endfor
음향상태 별점을 선택해주세요.(5점 만점)
@for ($i = 5; $i > 0; $i--) @endfor
@error('exam_venue_id')

응시한 시험장을 평가해 주세요.

@enderror @error('accessibility_rate')

접근성을 평가해 주세요.

@enderror @error('facility_rate')

시설을 평가해 주세요.

@enderror @error('acoustic_rate')

음향 상태를 평가해 주세요.

@enderror
id) ? 'required':'' }}>
@foreach($article->metaTags as $tag) @endforeach