insert([ 'email' => $faker->email, 'image' => $faker->image('public/storage/images',640,480, null, false), 'paket' => $faker->title, 'promo' => $faker->title, 'aplikasi' => $faker->title, 'tanggal' => $faker->date, ]); } } }