Add Product
| ID | Image | Product name | Category | Price | Discount | Status | Action | Action |
|---|---|---|---|---|---|---|---|---|
| {{$row->id}} | {{$row->name}} | {{$row->category->name??''}} | {{$row->price}} | {{$row->discount}} | {{($row->status==1)?'Active':'Inactive';}} | Edit |