numberBetween(0, 500); $physical = fake()->numberBetween(0, 500); return [ 'stok_opname_id' => StokOpname::factory(), 'product_variant_id' => ProductVariant::factory(), 'stock_quality' => 'good', 'system_stock' => $system, 'physical_stock' => $physical, 'difference' => $physical - $system, 'notes' => fake()->sentence(), ]; } }