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