faker->unique()->words(3, true); return [ 'title' => $title, 'slug' => Str::slug($title), 'is_active' => $this->faker->boolean(80), ]; } }