文库系统首页分类显示
<div class="ub-html content"><pre class="brush:php;toolbar:false">@foreach($categoryTree as $c)
{{$c['title']}}
@if(!empty($c['_child']))
@foreach($c['_child'] as $cc)
{{$cc['title']}}
@endforeach
@endif
@endforeach</pre>
<p><br></p>
</div>
页:
[1]