@extends('layouts.dashboard.superadminapp') @section('title', 'Manage Stock Items') @section('content')
| ID | Item | Category | UOM | SGST | CGST | IGST | Actions |
|---|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->item_name }} | {{ $item->category->name }} | {{ $item->uom }} | {{ $item->sgst }} | {{ $item->cgst }} | {{ $item->igst }} |