@if($post->category)
{{ $post->category->name }}
@endif
{{ $post->title }}
{{ Str::limit(strip_tags($post->content), 120) }}
{{ $post->published_at?->format('d M, Y') ?? $post->created_at->format('d M, Y') }}