@include('admin.header')
| # | Type | Category | Name | GSM | Wastage % | Unit | Rate | description | Status | Effective From | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $items->firstItem() + $index }} | {{ ucfirst($item->type) }} | {{ $item->category }} | {{ $item->name }} | {{ $item->gsm ?? '-' }} | {{ $item->wastage_percent ? $item->wastage_percent . '%' : '-' }} | {{ $item->unit }} | {{ $item->rate }} | {{ $item->description }} | {{ ucfirst($item->status) }} | {{ $item->effective_from ?? '-' }} |
|
| No records found. | |||||||||||