times(50)->make()->each(function ($customer_log, $index) { if ($index == 0) { // $customer_log->field = 'value'; } }); CustomerLog::insert($customer_logs->toArray()); } }