Variants for {{ $product->product_title }}
@if ($variants->isEmpty())No variants available for this product.
@elseVariant ID | Price | Attributes | Actions |
---|---|---|---|
{{ $variant->id }} | ${{ number_format($variant->price, 2) }} |
@php
$attributes = json_decode($variant->attributes, true);
@endphp
|
Edit |