@extends('main.layouts.app') @section('content')
SKU | MRP Price | Price | Stock | Attributes | Actions |
---|---|---|---|---|---|
{{ $variant->sku }} | {{ $variant->mrp_price }} | {{ $variant->price }} | {{ $variant->stock }} |
@foreach ($variant->values as $val)
{{ $val->attribute->name }}: {{ $val->value->value }} @endforeach |
Edit Delete |
No variants added yet.
@endif