| Product Code | Name | Category | Price | Quantity in Stock |
|---|---|---|---|---|
| {{ $product->code ?? 'N/A' }} | {{ $product->name }} | {{ $product->category ? $product->category->name : 'N/A' }} | ${{ number_format($product->selling_price ?? $product->price, 2) }} | @if($product->quantity < 10) {{ $product->quantity }} @else {{ $product->quantity }} @endif |
| No products found. | ||||