$i, 'warna' => 'Warna ' . $i, 'fix_lot' => 'Dy Fix Lot ' . $i, 'packing_no' => $i, 'customer_id' => $i, 'jumlah' => $i, 'date_pembuatan' => now(), 'warehouse_id' => $i, // Adjust based on the number of warehouses 'kondisipeti_id' => $i, 'status' => 'AKTIF', 'created_at' => now(), 'updated_at' => now(), 'created_by' => 'Seeder', 'updated_by' => 'Seeder', ]); } } }