$this->faker->name, 'description' => $this->faker->text, 'company_id' => User::where('role', 'super admin')->first()->company_id, 'price' => $this->faker->randomDigitNotNull, 'unit_id' => Unit::factory(), ]; } }