{{ $post->name }}
{{ $post->created_at->format('M d, Y') }}{{ $post->author->name }} -
{{ trans('plugins/blog::base.categories') }}:
@foreach ($post->categories as $category)
{{ $category->name }}
@if (!$loop->last)
,
@endif
@endforeach
{{ $post->description }}