@extends('admin.layouts.master') @section('title', 'Product') @section('content')
| Sl.No | Product Name | MRP | SKU | Category | Zero Stock | Feature |
|---|---|---|---|---|---|---|
| {{$key+1}} | {{ $val->productName}} | {{ $val->compareAtPrice}} | {{ $val->sku}} | @if(isset($category[$val->category] )) {{ $category[$val->category] }} @endif |
zero_stock==1) checked @endif>
|
is_featured==1) checked @endif>
|