insert([ 'nama_asuransi' => 'Asuransi ' . $faker->word, 'keterangan' => $faker->sentence, 'created_at' => now(), 'updated_at' => now(), ]); } } }