@section('title', '菜单列表') @section('header')
@endsection @section('table') @foreach($menus as $branch) @if(isset($branch['children'])) @foreach ($branch['children'] as $child_branch) @endforeach @endif @endforeach
菜单名称 操作
@endsection @section('js') @endsection @extends('common.list')