@php
$author = $post->author;
$isDisplayAuthor = ! theme_option('hide_blog_post_author') && $author->getKey();
@endphp
@if ($isDisplayAuthor)

@endif
@if ($isDisplayAuthor)
{{ $author->name }}
@endif{{ $post->created_at->translatedFormat('M d, Y') }}
$isDisplayAuthor])>
{{ __(':time mins to read', ['time' => MetaBox::getMetaData($post, 'time_to_read', true) ?: number_format(strlen(strip_tags($post->content)) / 300)]) }}