{{ session('success') }}
Manage your product inventory and pricing
{{ $product->product_code }}
{{ $product->category->name ?? 'Uncategorized' }}
{{ number_format($product->available_quantity) }} {{ $product->unit }} available
Min Order: {{ number_format($product->minimum_order_quantity) }} {{ $product->unit }}
You haven't added any products yet or no products match your criteria.
Add Your First Product