use Encore\Admin\Tree; protected function tree() { return Category::tree(function (Tree $tree) { $tree->branch(function ($data) { return "{$data['id']} ...
確定! 回上一頁