@if (loading()) {
Cargando...
} @else if (error()) { } @else if (product(); as prod) {

{{ prod.nombre }}

{{ getFormattedPrice(prod.precio) }} @if (oldPrice(); as oldPrice) { {{ oldPrice }} }
@if (hasRenderableAttributes()) {
@for (attribute of renderableAttributes(); track attribute.id) {
{{ attribute.nombre }}:
@for (option of attribute.options; track option.id) { @if (isColorOption(option)) { } @else { } }
}
}
{{ quantity() }}
Agregar al carrito Comprar

DESCRIPCIÓN

{{ prod.descripcion }}
@if (showDescriptionToggle()) { }
} @else { }