{{-- Information and Insights — ported from the legacy blog.php. The section is .insights.insights--light.insights--listing, not a bespoke wrapper: .insights-grid and the whole .article-card block live in main.css, and .insights--light is what repaints the dark homepage variant onto the soft canvas the listing uses. Dropping either leaves the cards unstyled. --}}
@if ($posts->isEmpty()) {{-- The legacy page had four hardcoded cards and so needed no empty state. This one reads a table that can be empty. --}}

Nothing published here yet

We publish updates on leasehold reform, block management and property compliance. Check back shortly, or speak to our team in the meantime.

@else
@foreach ($posts as $post) @endforeach
{{-- Nine per page, so this stays hidden until a tenth post exists — the legacy page showed four and no control. --}} @if ($posts->hasPages()) @endif @endif