$this->faker->slug(3), 'title' => $this->faker->words(3, true), 'main' => $this->faker->paragraphs(4, true), 'published' => 1, 'created_at' => Carbon::now()->toDateTimeString(), 'updated_at' => Carbon::now()->toDateTimeString(), ]; } }