Toggle navigation
Foxymoon
首页
@if(Auth::check())
欢迎 {{ Auth::user()->name }}
个人中心
@if(Auth::check()) @if(Auth::user()->organ == 'admin')
后台管理
@endif
登出
@endif
@else
注册
登录
@endif
@section('main') @show
@if(!Auth::check()) @endif