@foreach($posts as $post) @php $content = $post->content; $comments = $post->getComments()->get(); $tags = $post->tags ? explode("|", $post->tags) : []; @endphp
service, $post->id] ) }}" class="roundArea">
자세히 보기
{{ $post->writerName }}
응시일 : {{ date('y.m.d', strtotime($post->exam_date)) }}

{{ $content->title }}

  • Listening

    {{ $post->listening }}

    Reading

    {{ $post->reading }}

    Writing

    {{ $post->writing }}

    Speaking

    {{ $post->speaking }}

  • Overall

    {{ $post->overall }}

달성기간{{ $post->period }}
@foreach ( $tags as $tag)
{{ $tag }}
@endforeach
@endforeach