Disable Product List
| SL | Image | Title | RP | DP | Stock | Brand | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{$key + 1}} |
|
{{$data->title}} | {{$data->regular_price}} | {{$data->discount_price}} | @if ($data->quantity > 0) Available @else Unavailable @endif | {{$data->brand->name ?? ''}} | @if ($data->status) Active @else Disable @endif | |
| SL | Image | Title | RP | DP | Stock | Brand | Status | Action |