Enable to enforce stock limits. Customers cannot purchase if out of stock.
@error('warehouse_id')
{{ $message }}
@enderror
@if(empty($warehouses))
No warehouses available. Please contact admin or use local stock.
@endif
@error('low_stock_threshold')
{{ $message }}
@enderror
Show "Limited Stock!" warning when stock is at or below this value.