Catalog manager
Browse, filter and edit products. Add new products from a focused page without the list getting in your way.
| Title | Domain | Type | Category | Status | Stock | |
|---|---|---|---|---|---|---|
| {{ $product->name }} @if(str_contains($product->meta_title ?? '', 'DEMO_DATA')) Demo data @endif {{ $product->slug }} | {{ optional(optional($product->category)->parent)->name ?? 'Unassigned' }} | {{ $typeLabels[$product->product_type ?? 'type2'] ?? 'Inquiry' }} | {{ optional($product->category)->name }} | {{ $trashMode ? 'Trashed' : 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), 'trashed' => $trashMode, ]) |
| No products found. | ||||||