@endif
@if($blog->category)
{{ $blog->category->name }}
@endif
{{ $blog->author }}
@endif{{ $blog->created_at->format('d M, Y') }}
{{ $blog->excerpt }}
@endif@if($activeCategory) No published blogs in this category yet. Try a different category. @else Check back later for new content. @endif