@yield('header')
@foreach($sonList as $k=>$v)
{{$v['sd_name']}}
@endforeach
欢迎来到数据中心系统
欢迎您,{{ $ad_name }}
|
商务黑
中国红
圣诞绿
科技蓝
花瓣粉
@if (in_array(Request::path(), ['/']))
@else
@endif
首页
@if(in_array('/',$urls))
@if (Request::path() == '/')
@else
@endif
首页
@endif
@if (in_array(Request::path(), ['stubase','stubase1','stubase2','stubase3','stubase4','stubase5','teacherbase', 'teacherbase1','teacherbase2','teacherbase3','teacherbase4','stufee','stufee1','stufee2','stufee3','stufee4','zcbase','zcbase1','zcbase2','zcbase3','zcbase4','doombase','doombase1','doombase2','doombase3','tsgbase','tsgbase1','tsgbase2','tsgbase3','ykt','kq','teach']))
@else
@endif
数据基础分析
@if(in_array('stubase',$urls)) @if (in_array(Request::path(), ['stubase','stubase1','stubase2','stubase3','stubase4','stubase5']))
@else
@endif
学生基础分析
@endif @if(in_array('teacherbase',$urls)) @if (in_array(Request::path(), ['teacherbase','teacherbase1','teacherbase2','teacherbase3','teacherbase4']))
@else
@endif
教职工基础分析
@endif @if(in_array('stufee',$urls)) @if (in_array(Request::path(), ['stufee','stufee1','stufee2','stufee3','stufee4']))
@else
@endif
学生费用分析
@endif @if(in_array('zcbase',$urls)) @if (in_array(Request::path(), ['zcbase','zcbase1','zcbase2','zcbase3','zcbase4',]))
@else
@endif
资产基础分析
@endif @if(in_array('doombase',$urls)) @if (in_array(Request::path(), ['doombase','doombase1','doombase2','doombase3',]))
@else
@endif
宿舍基础分析
@endif @if(in_array('tsgbase',$urls)) @if (in_array(Request::path(), ['tsgbase','tsgbase1','tsgbase2','tsgbase3',]))
@else
@endif
图书馆基础分析
@endif @if(in_array('ykt',$urls)) @if (in_array(Request::path(), ['ykt']))
@else
@endif
一卡通消费分析
@endif @if(in_array('kq',$urls)) @if (in_array(Request::path(), ['kq']))
@else
@endif
考勤出勤分析
@endif @if(in_array('teach',$urls)) @if (in_array(Request::path(), ['teach']))
@else
@if (in_array(Request::path(), ['msg','set']))
@else
@endif
预警信息
@if(in_array('teach',$urls)) @if (in_array(Request::path(), ['msg']))
@else
@endif
预警消息
@endif @if(in_array('set',$urls)) @if (in_array(Request::path(), ['set']))
@else
@endif
预警设置
@endif
@yield('body')
@yield('footer')