open_in_new
content_copy
public function index() { $arr = [1,3,5,7,9]; $collection = collect($arr); dd($collection); }