@if(!empty($post->published_at))
@endif
{{ $post->title }}
@if(!empty($post->excerpt)){{ $post->excerpt }}
@elseif(!empty($post->content)){{ \Illuminate\Support\Str::limit(strip_tags($post->content), 150) }}
@endif Read article