@php $isFixed = isset($isFixed) ? $isFixed : 0; @endphp @foreach ($posts as $post) @php $content = $post->content; @endphp
{{ $content->title }}
{{ date('y.m.d', strtotime($post->created_at)) }}
{{ $post->writerName }}