@if($post->hasMedia('featured_images'))
@else
@endif
{{ $post->category->name ?? 'Uncategorized' }}
{{ $post->published_at->format('M d, Y') }}
•
{{ $post->author->name }}
{{ $post->title }}
{{ $post->excerpt ?: Str::limit(strip_tags($post->content), 120) }}
Read More