Category products
Products assigned directly to this category and its immediate sub-categories.
| Title | Type | Category | Status | Stock | |
|---|---|---|---|---|---|
| {{ $product->name }} {{ $product->slug }} | {{ $typeLabels[$product->product_type ?? 'type2'] ?? 'Inquiry' }} | {{ optional($product->category)->name }} | {{ ucfirst($product->status ?? 'active') }} | {{ $product->stock ?? '-' }} | @include('admin.partials.record-actions', [ 'type' => 'product', 'id' => $product->id, 'view' => route('products.show', $product->slug), 'edit' => route('admin.products.edit', $product), ]) |
| No products found in this category yet. | |||||