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->image('public/storage/images',640,480, null, false), '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->image('public/storage/images',640,480, null, false), 'section_4_2_image' => $faker->image('public/storage/images',640,480, null, false), 'section_4_3_image' => $faker->image('public/storage/images',640,480, null, false), 'section_4_4_image' => $faker->image('public/storage/images',640,480, null, false), 'section_4_5_image' => $faker->image('public/storage/images',640,480, null, false), 'section_4_6_image' => $faker->image('public/storage/images',640,480, null, false), 'section_4_1_title' => $faker->title, 'section_4_2_title' => $faker->title, 'section_4_3_title' => $faker->title, 'section_4_4_title' => $faker->title, 'section_4_5_title' => $faker->title, 'section_4_6_title' => $faker->title, 'section_4_1_desc' => $faker->text, 'section_4_2_desc' => $faker->text, 'section_4_3_desc' => $faker->text, 'section_4_4_desc' => $faker->text, 'section_4_5_desc' => $faker->text, 'section_4_6_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->title, 'section_5_2_title' => $faker->title, 'section_5_3_title' => $faker->title, 'section_5_1_desc' => $faker->text, 'section_5_2_desc' => $faker->text, 'section_5_3_desc' => $faker->text, 'section_6_big_title' => $faker->title, 'section_6_small_title' => $faker->title, 'section_7_title' => $faker->title, 'testimonial' => $faker->text, 'section_8_1_title' => $faker->title, 'section_8_2_title' => $faker->title, 'section_8_3_title' => $faker->title, 'section_8_4_title' => $faker->title, 'section_8_1_num' => $faker->title, 'section_8_2_num' => $faker->title, 'section_8_3_num' => $faker->title, 'section_8_4_num' => $faker->title, 'section_9_big_title' => $faker->title, 'section_9_small_title' => $faker->title, 'section_10_image' => $faker->image('public/storage/images',640,480, null, false), 'section_10_big_title' => $faker->text, 'section_10_small_title' => $faker->text, 'section_10_1_text' => $faker->text, 'section_10_2_text' => $faker->text, 'section_10_1_link' => $faker->text, 'section_10_2_link' => $faker->text, 'section_11_image' => $faker->image('public/storage/images',640,480, null, false), 'section_11_big_title' => $faker->text, 'section_11_small_title' => $faker->text, 'section_11_point' => $faker->text, 'section_12_big_title' => $faker->text, 'section_12_small_title' => $faker->text, 'section_12_btn' => $faker->text, 'section_12_link' => $faker->text, 'section_12_image' => $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 ]); } } }