<?php 
    foreach ($seriesgroup as $item){
        foreach ($item as $sub_item){
            echo $sub_item;
        }
    }
?>