fake()->word() . ' Material', 'sku' => strtoupper(fake()->bothify('MAT-###??')), 'category' => fake()->randomElement(['concrete', 'steel', 'wood', 'electrical']), 'unit' => fake()->randomElement(['pcs', 'kg', 'm', 'bag']), 'unit_cost' => fake()->randomFloat(2, 10, 5000), 'status' => 'active', 'type' => 'single', ]; } }