@include('global.header-links')
|
|
Image | Product | Category | SKU | Price | Status | Actions |
|---|---|---|---|---|---|---|---|
|
|
{{$item->name}} | {{$item->category->name}} | {{$item->completeStock[0]->sku}} | ${{ $item->completeStock[0]->sale_price }} |
@if($item->status == 1)
Published
@else
Delete
@endif
|
Actions |