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

UEPL / Stock Items

day, 00 month 0000
Manage Items
@foreach($stockItems as $item) @endforeach
ID Item Category UOM SGST CGST IGST Actions
{{ $item->id }} {{ $item->item_name }} {{ $item->category->name }} {{ $item->uom }} {{ $item->sgst }} {{ $item->cgst }} {{ $item->igst }}
@csrf @method('DELETE')
@endsection @push('scripts') @endpush