Products List

Manage central product catalog and SKUs.

Add Product
@if (session()->has('message'))

{{ session('message') }}

@endif
@forelse ($products as $product) @empty @endforelse
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.

{{ $products->links() }}