{{ $post->name }}
@foreach($post->categories as $category ) {{ $category->name }}  @endforeach
{{ $post->name }}

{{ $post->description }}

@php $author = $post->author; $isDisplayAuthor = ! theme_option('hide_blog_post_author') && $author->getKey(); @endphp
@if ($isDisplayAuthor) {{ $author->name }} @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)]) }}