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