{{-- A single insight — ported from the legacy per-post pages (july-at-prime-on-call-service.php and its three siblings). Three of the four legacy posts have no body text yet. The article body is therefore conditional: an empty
would render as a blank gap rather than an absent section. --}}
@if ($post->categoryName() !== '')

{{ $post->categoryName() }}

@endif

{{ $post->title }}

@if (filled($post->excerpt))

{{ $post->excerpt }}

@endif @if ($post->published_at) @endif @if (filled($post->image))
@endif @if ($post->paragraphs() !== [])
@foreach ($post->paragraphs() as $paragraph)

{{ $paragraph }}

@endforeach
@endif
{{-- insights--related, not ip-related: the modifier carries the section's own vertical rhythm (main.css:1505) and ip-related was styled nowhere. --}} @if ($related->isNotEmpty()) @endif @include('partials.cta')