$this->faker->name(), 'is_active' => $this->faker->boolean(), 'created_at' => Carbon::now(), 'updated_at' => Carbon::now(), ]; } }