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