@if($post->category) {{ $post->category->name }} @endif

{{ $post->title }}

{{ $post->published_at?->format('d M Y') }} · {{ $post->reading_time }} min read · {{ $post->approved_comments_count ?? 0 }} comments

{{ Str::limit($post->excerpt ?: strip_tags($post->content), 130) }}

Read More