{{ $post->title }}

@if($post->excerpt)

{{ Str::limit($post->excerpt, 100) }}

@else

{{ Str::limit(strip_tags($post->content), 150) }}

@endif
📝 {{ str_word_count(strip_tags($post->content)) }} words 🏷️ {{ $post->slug }}