{{ $post->categoryName() }}
@endif{{ $post->title }}
@if (filled($post->excerpt)){{ $post->excerpt }}
@endif @if ($post->published_at)@endif @if (filled($post->image))
@foreach ($post->paragraphs() as $paragraph)
@endif
{{ $paragraph }}
@endforeach