{{ $post->created_at->format('d') }}
{{ $post->created_at->format('M') }}
{{ $post->comments_count ?? 0 }}
{{ $post->category->name ?? 'business' }}
by {{ $post->author->name ?? 'Admin' }}
{{ $post->title }}
{{ Str::limit($post->excerpt ?? $post->content, 100) }}
{{ __('Read More') }}