@if ($post->featured_image) @else @endif @if ($post->category) {{ $post->category->name }} @endif {{ $post->read_time }} {{ t('min_read') }} {{ Str::limit($post->title, 60) }} {{ Str::limit($post->excerpt, 120) }} @if ($post->author) {{ substr($post->author->name, 0, 1) }} @else @endif @if ($post->author) {{ $post->author->name }} @else {{ t('unknown_author') }} @endif {{ $post->published_at->format('M j, Y') }}