faker->words(3, true); $slug = Str::slug($title); return [ 'title' => $title, 'slug' => $slug, 'content' => [['type' => 'paragraph', 'data' => ['content' => $this->faker->paragraph]]], 'is_registered' => false, 'is_visible' => true, 'searchable' => true, 'is_url' => false, 'code' => 200, 'sub_section_id' => null, 'search_data' => $this->faker->words(5, true), 'settings' => null, 'sort' => $this->faker->numberBetween(1, 100), 'icon' => null, ]; } }