List of Inventory
| ID | --}}Item Code | Name | Cost | UOM | Quantity | Location | Action | ||
|---|---|---|---|---|---|---|---|---|---|
| {{ $item->code }} | --}} {{--{{ $index + 1 }} | --}} {{--{{ $inventory->id }} | --}}{{ $inventory->item->code }} | {{ $inventory->item_code }} | Rs. {{ number_format($inventory->cost_rate, 2) }} | {{ $inventory->item->uom->name ?? '' }} | {{ $inventory->quantity ?? '' }} | {{ $inventory->location->name ?? '' }} | {{-- --}} |
| Data Not Available | |||||||||
{{ $inventories->links('livewire.inventory.pagination-links') }}