I\'m needing to convert this query for Laravel and I\'m having issues trying to create an Insert... Select statement using Laravel\'s Eloquont ORM, or Queries. I\'m not sure
I used DB::statement(...);
BD::statement(INSERT INTO table (SELECT));