{{ $post->category?->localizedName() }} · {{ $post->formattedPublishedAt() }}
{{ $post->localizedTitle() }}
@if ($post->localizedExcerpt() !== ''){{ $post->localizedExcerpt() }}
@endif
@foreach ($post->bodyBlocks() as $block)
@if (($block['type'] ?? '') === 'text')
@endif
@endforeach
{{ $block['content'] ?? '' }}
@elseif (($block['type'] ?? '') === 'image' && ! empty($block['path']))