@if($post->image) @else @endif {{ $post->created_at->format('M d, Y') }} @if($post->category) • {{ $post->category->name }} @endif {{ $post->title }} {{ Str::limit(strip_tags($post->content), 150) }}