@extends("board.layout.layout-board") @section("header") {!! resource('js/components/multiSelect.js') !!} {!! resource('css/components/multiSelect.css') !!} @endsection @section("board-content")
  • 총점
    Listening
    Reading
    Speaking
    Writing
  • @php $postTags = $post?->tags ? explode("|", $post?->tags) :[]; @endphp @foreach ($tags[$service] as $tag) @endforeach
  • @endsection @push("script") @endpush