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