Published on {{ $post->published_at->format('M d, Y') }} by {{ $post->user->name ?? 'Admin' }}
{{ Str::limit(strip_tags($post->content), 150) }}