@php $isFixed = isset($isFixed) ? $isFixed : 0; @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)) }}

    {{ $post->writerName }}

  • @endforeach