Manage central product catalog and SKUs.
{{ session('message') }}
| SKU | Product Info | Category | Status | Actions |
|---|---|---|---|---|
| {{ $product->sku }} |
{{ $product->name }}
{{ $product->description }}
|
{{ $product->category ?? 'Uncategorized' }} | @if($product->is_active) Active @else Inactive @endif | Edit |
|
No products found Try adjusting your search or add a new product. |
||||