@php $startIndex = BaseHelper::getStartIndex($posts); @endphp @foreach ($posts as $post) @php $content = $post->content; @endphp
{{ $content->title }}
{{ date('y.m.d', strtotime($post->created_at)) }}
{{ $type == 'teacher' ? $post->teacher->name : $content->writer->name }}