Add Product Variants
Input Example
{{ $errors->first() }}
{{ session('success') }}
Product Variant List
ID | Size | Color | Mrp | Selling Price | Discount | Stock |
---|---|---|---|---|---|---|
No data found. | ||||||
{{ $key + 1 }} | @foreach($item->ProductVariantValue as $value){{ $value->attributeValue->value ?? '' }} | @endforeach{{ $item->mrp }} | {{ $item->selling_price }} | {{ $item->discount }} | {{ $item->stock }} |