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

{{ $post->description }}

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