emails as $email) { $invite = Invite::create([ 'email' => $email, ]); event(new UserWasInvitedEvent($invite)); } } }