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