@if($post->is_published)
{{ date(config('app.date_format'), strtotime($post->published_at)) }}
@else
[{{ __('Draft') }}]
@endif
—
{{ $post->author->getPublicName() }}
@if ($post->blogPostCategory()->exists())
{{ $post->blogPostCategory->name }}
@endif