| S/N | Items Name | Warehouse | UOM | Stock Qty | Stock Price | Value |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $row['item_name'] }} | {{ $row['warehouse'] }} | {{ $row['uom'] }} | {{ number_format($qty) }} | {{ number_format($price, 2) }} | {{ number_format($value, 2) }} |
| TOTAL | {{ number_format($totalQty) }} | {{ number_format($totalValue, 2) }} | ||||
|
Created by {{ $createdBy ?? 'Procurement Officer and Supplies' }} |
Date: {{ \Carbon\Carbon::parse($asOfDate)->format('d/m/Y') }} Signature: ............................................ |