@section('style')
@stack('links') @show
管理平台
@if(Auth::check()) {{sprintf("%s (%s)", Auth::user()->name, Auth::user()->uid)}} @endif
@if(Auth::check())
登出
@endif
@if(Auth::check())
@include('layout.sidebar.menu')
@endif
@if(Breadcrumbs::exists(Route::currentRouteName()))
{{ Breadcrumbs::render(Route::currentRouteName(), Route::current()->parameters) }}
@endif @if(Auth::check())
@endif @include('component.alert') @yield('content')
@section('script') @stack('scripts') @show