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