| Blog | Description | Month | Status | Action |
|---|---|---|---|---|
@if ($blog->hero_image)
@endif
{{ $blog->title }} Blog ID: {{ $blog->id }} |
{{ \Illuminate\Support\Str::limit(trim(preg_replace('/\s+/', ' ', strip_tags($blog->content))), 80) }} | {{ \Carbon\Carbon::parse($blog->publish_date)->format('M Y') }} | {{ $blog->status ? 'Published' : 'Draft' }} | |
| No blogs found | ||||