@section('style') @show @include('message') @section('header')
网站首页 | {{ Auth::guard('admin')->user()->name }} [注销]
@show
@section('left')
@foreach ( $model_menu->getSecondMenusFromSort1( $sort1 ) as $secondMenu )

{{ $secondMenu->name }}

@endforeach
@show @section('right')
{{ $this_menu->name }}
@section('content') @show
@show
@section('javascript') @show