@php $headline = $content['headline'] ?? ''; // Prefer the dedicated `gallery_items` key (new distinct state path); // fall back to the legacy shared `items` key for sections saved // before the repeater-collision fix / not yet data-migrated. $items = $content['gallery_items'] ?? $content['items'] ?? []; @endphp