{{ $categories[$blog->category] ?? 'Uncategorized' }}
{{ $blog->created_at->format('M d, Y') }}
{{ $blog->title }}
{{ $blog->description }}
{!! $blog->content !!}
{{ substr($blog->user->name ?? 'A', 0, 1) }}
{{ $blog->user->name ?? 'Admin' }}
Author