eloquent insert into select

PHP
DB::table('user_debt_collection')->insertUsing(['email','dinero'], $select);

Source

Also in PHP: