@if (theme_option('blog_show_author_name', 'yes') == 'yes' && class_exists($post->author_type) && ($author = $post->author ?? null) && trim($author->name))
{{ $post->author->name }}
@endif
@if($category = $post->firstCategory)
{{ $category->name }}
@endif