@include('admin.common.header')
| # | Product Name | Product ID | SKU | Category | Enable Pricing | Min. Qty | Action |
|---|---|---|---|---|---|---|---|
| {{$products->firstItem()+$i}} | {{ $product->name}} | {{ $product->id }} | {{ $product->sku }} | {{ $product->category }} | {{ $product->enable_pricing === 0? "No":"Yes" }} | {{ $product->min_qty }} | Edit | Delete |