@if($post->author)
{{ substr($post->author->name, 0, 1) }}
@endif
@if($post->author)
{{ $post->author->name }}
@else
{{ t('unknown_author') }}
@endif
{{ $post->published_at->format('F j, Y') }}
{{ $post->read_time }} {{ t('min_read') }}
{{ $post->views }} {{ t('views') }}