@if ($post->old_id == -1) @else @endif @if ($post->categories->count() > 0) {{ $post->categories->first()->name }} @endif • {{ date('d.m.Y.', strtotime($post->published_at)) }} {{ $post->title }} {!! strip_tags(substr($post->content, 0, 150)) !!}...