@use(Theme\Apexa\Support\ThemeHelper)
@if (ThemeHelper::isShowPostMeta('detail', 'author_name', true))
-
{!! Theme::partial('blog.post-meta.author', compact('post')) !!}
@endif
@if (ThemeHelper::isShowPostMeta('detail', 'category', true))
-
{!! Theme::partial('blog.post-meta.category-badge', ['post' => $post, 'wrapperClass' => 'blog__post-tag-two']) !!}
@endif
@if (ThemeHelper::isShowPostMeta('detail', 'published_date', true))
- {!! Theme::partial('blog.post-meta.published-date', compact('post')) !!}
@endif
@if (ThemeHelper::isShowPostMeta('detail', 'reading_time', true))
- {!! Theme::partial('blog.post-meta.reading-time', compact('post')) !!}
@endif
@if (ThemeHelper::isShowPostMeta('detail', 'views_count', true))
- {!! Theme::partial('blog.post-meta.views-count', compact('post')) !!}
@endif