Generated on: {{ now()->format('M d, Y h:i A') }}
{{ number_format($totalValue ?? 0, 2) }}
| # | Product | Category | Stock | Unit Price | Total Value | Status |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $product->name }} | {{ $product->category->name ?? 'N/A' }} | {{ $product->stock }} | {{ number_format($product->purchase_price, 2) }} | {{ number_format($totalValue, 2) }} | {{ $statusLabel }} |
| No inventory data available | ||||||
| Total Value: | {{ number_format($totalValue ?? 0, 2) }} | |||||