partial update create toggle active product and mutations

This commit is contained in:
2025-06-02 18:51:04 +07:00
parent 6bf8bc4965
commit a881779c4f
22 changed files with 512 additions and 21 deletions

View File

@@ -22,6 +22,10 @@ class MenuSeeder extends Seeder
[
'name' => 'Kategori Produk',
'link' => 'product_categories.index'
],
[
'name' => 'Mutasi Produk',
'link' => 'mutations.index'
]
];