@php $startIndex = BaseHelper::getStartIndex($posts); @endphp @foreach ($posts as $post) {{ $startIndex -- }}

{{ $post->enrollmentCourse?->course?->name }}

service, $post->id]) }}" class="board-pd-sbj"> {{ $post->content->title }} @if ($post->is_new) @endif {{ date("y.m.d", strtotime($post->created_at)) }} {{ $post->getComments()->count() == 0 ? "미답변" : "답변완료" }} @endforeach