laravel how to add elements to a collection code example Example: add to collection laravel $item = collect(); $item->push($product);