@extends("board.layout.layout-board") @section("header") {!! resource('js/components/multiSelect.js') !!} {!! resource('css/components/multiSelect.css') !!} @endsection @section("board-content") @php $content = $post->content(); $speaker = $post->speaking(); @endphp
  • {{ $post->exam_type == "CDT" ? "CDT 시험장" : "일반 시험장" }}
  • @for($i = 5 ; $i > 0 ; $i --) $i == $post->access_rating, "badge-outline-warning" => $i != $post->access_rating, ])>{{ $i }} @endfor
    @for($i = 5 ; $i > 0 ; $i --) $i == $post->audio_rating, "badge-outline-warning" => $i != $post->audio_rating, ])>{{ $i }} @endfor
    @for($i = 5 ; $i > 0 ; $i --) $i == $post->amenities_rating, "badge-outline-warning" => $i != $post->amenities_rating, ])>{{ $i }} @endfor
    @if ($content->title) @else @endif
  • @endsection @push("script") @endpush