@extends('manager.layout.master') @section('style') @stop @section('body')

 全选

@foreach($menuList as $key=>$vo)
 {{$vo['title']}}
@if(array_key_exists('_child', $vo)) @foreach($vo['_child'] as $k=>$v)

 {{$v['title']}}

@if(array_key_exists('_child', $v)) @foreach($v['_child'] as $k0=>$v0)

 {{$v0['title']}}

@endforeach @endif
@endforeach @endif
@endforeach
{{csrf_field()}}
@stop @section('js') @stop