Thanks for coming back. The orders array is the product of a $request:
$id = $request->get('product_id'); // GRAB PRODUCT DATA FROM POST ARRAY
$qty = $request->get('quantity'); // GRAB QUANTITY DATA FROM POST ARRAY
The only the thing that changed from last week was that I had different products and quantities on my form. I have inputed the same products and same quantities and did the dd() as requested:
array:3 [▼
123 => "131"
789 => "12"
"" => null
]