@foreach ($categoryPills as $pill)
@php
$pillId = (int) ($pill['id'] ?? 0);
$isActive = $activeCategoryId !== null && $pillId > 0 && $activeCategoryId === $pillId;
@endphp
@endforeach
@include('frontend::components.card-gallery-grid', [
'items' => $items,
'lightboxTrigger' => 'archive',
'indexOffset' => $indexOffset,
])
@if ($totalPages > 1)