insert([ 'name' => $faker->title, 'image' => "nasi-goreng.jpg", 'email' => $faker->text, 'mobile' => $faker->text, 'phone' => $faker->text, 'address' => $faker->text, 'favicon' => $faker->title, 'link_facebook' => $faker->text, 'link_youtube' => $faker->text, 'link_instagram' => $faker->text, 'google_maps' => $faker->text, 'description' => $faker->text, ]); } } }