@extends('layouts.dashboard.superadminapp') @section('title', 'Manage Stock Items') @section('content')

UEPL / Stock Items

day, 00 month 0000
Manage Items
@csrf
@foreach($stockItems as $item) @endforeach
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 }}
@csrf @method('DELETE')
@endsection @push('scripts') @if ($errors->has('name')) @endif @if ($errors->any() && session('edit_item_id')) @endif @if ($errors->any() && session('show_main_modal')) @endif @endpush