Пример #1
0
 public function showSubCategory($id)
 {
     return Categories::child($id)->toJSON();
 }