@extends('layouts.crm') @section('title')部门调动@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '教职工信息', 'href' => ''], ['name' => '异动情况', 'href' => ''], ] /* --}} @endsection @section('body')
{{--教职工增加--}} 教职工减少 部门调动 资质变动 异动统计
@if(count($info)) @foreach($info as $k=>$v) @endforeach @else @endif
教职工号 姓名 原部门 日期 调动后部门
{{ $v['staff_no'] }} {{ $v['name'] }} {{ $v['dept_name'] }}
暂无数据
@if(count($info->all()))
{!! $info->links() !!}
@endif
@if(hasPower('worker::changeDept'))
@endif @section('footer') @endsection @endsection