@php $startIndex = BaseHelper::getStartIndex($posts); @endphp @foreach ($posts as $post)
  • service, $post->id]) }}">

    @if ($post->is_new) @endif {{ $post->content->title }}

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

    {!! $post->getComments()->count() == 0 ? "미답변" : "답변완료" !!} {{ date("y.m.d", strtotime($post->created_at)) }}
  • @endforeach