@extends('app-new') @section('content')
| Code | Name | Category | UOM | Stockable | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $item->item_code }} | {{ $item->item_name }} | {{ $item->category->name ?? '-' }} | {{ $item->uom->name ?? '-' }} | {{ $item->is_stockable ? 'Yes' : 'No' }} | {{ ucfirst($item->status) }} | Edit |
| No records found | ||||||