@for (item of items().data; track item.id; let index = $index) {
@switch (effectiveLayout()) { @case ('row') { } @case ('column_with_cart') { } @default { } }
}
@if (items().meta.last_page > 1) {
}