'Produk', 'link' => 'products.index' ], [ 'name' => 'Kategori Produk', 'link' => 'product_categories.index' ], [ 'name' => 'Mutasi Produk', 'link' => 'mutations.index' ], [ 'name' => 'Stock Opname', 'link' => 'opnames.index' ], [ 'name' => 'Histori Stock', 'link' => 'stock-audit.index' ], [ 'name' => 'Target', 'link' => 'kpi.targets.index' ], [ 'name' => 'Stock Produk', 'link' => 'reports.stock-product.index' ] ]; foreach ($menus as $menu){ Menu::updateOrInsert( ['link' => $menu['link']], [ 'name' => $menu['name'], 'created_at' => now(), 'updated_at' => now() ] ); } } }