@php $assetPath = fn (string $path) => asset('frontend/' . ltrim($path, '/')); $image = $article->featured_image ? asset('storage/' . $article->featured_image) : $assetPath('images/blog/blog01.webp'); @endphp
{{ $article->title }}
{{ optional($article->published_at)->format('d M, Y') }}

{{ $article->title }}

{{ \Illuminate\Support\Str::limit(strip_tags($article->excerpt ?: $article->content), 115) }}

Explore More {{ $article->category?->name ?? 'News' }}