insert([ 'section_1_image' => $faker->image('public/storage/images',640,480, null, false), 'section_1_big_title' => $faker->text, 'section_1_small_title' => $faker->text, 'section_1_1_text' => $faker->text, 'section_1_2_text' => $faker->text, 'section_1_1_link' => $faker->text, 'section_1_2_link' => $faker->text, 'section_2_image' => $faker->text, 'section_2_big_title' => $faker->text, 'section_2_small_title' => $faker->text, 'section_2_1_text' => $faker->text, 'section_2_2_text' => $faker->text, 'section_2_1_link' => $faker->text, 'section_2_2_link' => $faker->text, 'section_3_image' => $faker->image('public/storage/images',640,480, null, false), 'section_3_big_title' => $faker->text, 'section_3_small_title' => $faker->text, 'section_3_point' => $faker->text, 'section_4_big_title' => $faker->text, 'section_4_small_title' => $faker->text, 'section_4_1_image' => $faker->text, 'section_4_2_image' => $faker->text, 'section_4_3_image' => $faker->text, 'section_4_1_title' => $faker->text, 'section_4_2_title' => $faker->text, 'section_4_3_title' => $faker->text, 'section_4_1_desc' => $faker->text, 'section_4_2_desc' => $faker->text, 'section_4_3_desc' => $faker->text, 'section_5_image' => $faker->image('public/storage/images',640,480, null, false), 'section_5_title' => $faker->text, 'section_5_1_title' => $faker->text, 'section_5_2_title' => $faker->text, 'section_5_3_title' => $faker->text, 'section_5_1_desc' => $faker->text, 'section_5_2_desc' => $faker->text, 'section_5_3_desc' => $faker->text, 'section_6_big_title' => $faker->text, 'section_6_small_title' => $faker->text, 'section_7_title' => $faker->text, 'testimonial' => $faker->text, 'section_8_1_title' => $faker->text, 'section_8_2_title' => $faker->text, 'section_8_3_title' => $faker->text, 'section_8_4_title' => $faker->text, 'section_8_1_num' => $faker->text, 'section_8_2_num' => $faker->text, 'section_8_3_num' => $faker->text, 'section_8_4_num' => $faker->text, 'section_9_big_title' => $faker->text, 'section_9_small_title' => $faker->text, 'section_feature_desc' => $faker->text, 'section_feature_big_title' => $faker->text, 'section_feature_small_title' => $faker->text, 'keyphrase' => $faker->text, 'seo_title' => $faker->text, 'meta_description' => $faker->text, ]); } } }