{{ $post->title }}
@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
@if ($post->media->count() > 0) {{ $post->getFirstMediaUrl('blog-images') }}
{{$post->title}}
@endif
{!! $post->body !!}