Try this to get the subcategory with the current category:
$subcategory = $category->getChildrenCategories();foreach($subcategory as $subcat) { echo $subcat->getName();}
Try this to get the subcategory with the current category:
$subcategory = $category->getChildrenCategories();foreach($subcategory as $subcat) { echo $subcat->getName();}