subMonth()->daysUntil(now()); foreach ($recorded_ats as $recorded_at) { foreach ($logistic_names as $logistic_name) { factory(\App\OrderPackageReceivedSyncRecord::class)->create([ 'recorded_at' => $recorded_at->toDateString(), 'logistic_name' => $logistic_name, ]); } } } }