交易所管理系统
    @foreach($menus as $vo) @if($vo['menustatus']==1)
  • {{@$vo['title']}} @if(isset($vo['children']))
    @foreach($vo['children'] as $v) @if($v['menustatus']==1)
    {{@$v['title']}}
    @endif @endforeach
    @endif
  • @endif @endforeach