@php $startIndex = BaseHelper::getStartIndex($posts); @endphp @foreach ($posts as $post) @php $content = $post->content; @endphp
  • $isFixed == 1 , 'new' => $post->is_new ])> $post->id]) }}">

    {{ $content->title }}

    {{ date('y.m.d', strtotime($post->created_at)) }}

    {{ $type == 'teacher' ? $post->teacher->name : $content->writer->name }}

  • @endforeach