{{----}}
{{----}}
Toggle navigation
Foxymoon
@if(Auth::check()) @if(strstr(Auth::user()->jsontag,'预录单查询'))
预录单查询
@endif @if(strstr(Auth::user()->jsontag,'海关报关单'))
海关报关单
@endif @if(strstr(Auth::user()->jsontag,'邮箱附件'))
邮箱附件
@endif @if(Auth::user()->level=='B-C') @if(strstr(Auth::user()->jsontag,'费用报销'))
费用报销
@endif @if(strstr(Auth::user()->jsontag,'查验排队'))
查验排队
@endif @if(strstr(Auth::user()->jsontag,'单证状态'))
单证状态
@endif @endif @if(strstr(Auth::user()->jsontag,'查验图片'))
查验图片
@endif @if(strstr(Auth::user()->jsontag,'查验上传'))
查验上传
@endif @if(Auth::user()->level=='A') @if(strstr(Auth::user()->jsontag,'企业公告'))
企业公告
@endif @if(strstr(Auth::user()->jsontag,'文件共享'))
文件共享
@endif @endif @if(strstr(Auth::user()->jsontag,'帮助'))
帮助
@endif @endif
@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