Blog
@forelse($posts as $post)
@if($post->image)
@endif
{{ $post->title }}
{{ $post->category?->name }} | {{ $post->created_at->format('d M Y') }}
{{ $post->excerpt ?: Str::limit($post->content, 150) }}
Read More
@empty
No posts available.
@endforelse