diff --git a/resources/views/checkout/partials/sidebar/products.blade.php b/resources/views/checkout/partials/sidebar/products.blade.php index c347866..6454c0f 100644 --- a/resources/views/checkout/partials/sidebar/products.blade.php +++ b/resources/views/checkout/partials/sidebar/products.blade.php @@ -15,7 +15,7 @@ @{{ option.label }}: @{{ option.values[0].label || option.values[0].value }}
- @{{ window.attributeLabel(option) }}: + @{{ window.attributeLabel(option).value }}:
diff --git a/resources/views/components/product/partials/name.blade.php b/resources/views/components/product/partials/name.blade.php index abda236..2690a89 100644 --- a/resources/views/components/product/partials/name.blade.php +++ b/resources/views/components/product/partials/name.blade.php @@ -10,7 +10,7 @@ @{{ option.label }}: @{{ option.values[0].label || option.values[0].value }}
- @{{ window.attributeLabel(option) }}: + @{{ window.attributeLabel(option).value }}: