@if ($post)
@if ($category = $post->firstCategory)
{{ $category->name }}
@endif
{{ $post->created_at->format('d M Y') }}
@endif