@foreach ($posts as $post) @php $content = $post->content(); $speaking = $post->speaking(); @endphp
로그인하고 시험장후기 보기
시험장 후기
{{ $post->writerName }}
응시일 : {{ date('y.m.d', strtotime($post->exam_date)) }}
시험장소 : {{ $post->examVenue?->location }} / {{ $post->examVenue?->name }}
응시장 구분 : {{ $post->exam_type == "PBT" ? "일반" : "CDT" }} 시험장

{{ $content->content }}

@if ($post->getAttachments()->count() > 0) @foreach ($post->getAttachments() as $attachment)
@endforeach @endif
Speaking 후기

{{ $speaking->title }}

@endforeach