@if($post->featured_image) {{ $post->title }} @endif

{{ $post->title }}

Published on {{ $post->published_at->format('M d, Y') }} by {{ $post->user->name ?? 'Admin' }}

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

Read more →