@if (tenant()?.hero_config || tenant()?.event_config) { } @if (error()) {

{{ error() }}

} @else if (loading()) {

Cargando productos...

} @else if (!catalog().length) {

No hay productos disponibles en este momento.

} @else { @for (group of catalog(); track group.id) { } }