@extends('layouts.crm') @section('title')教职工添加@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '教职工信息', 'href' => ''], ['name' => '异动情况', 'href' => ''], ] /* --}} @endsection @section('body')
教职工增加 教职工减少 部门调动 资质变动 异动统计

|基础信息

*
*
*

|职业详情

*

|家庭情况

{!! csrf_field() !!}
@if(hasPower('worker::addWorker'))
@endif
@section('footer') @endsection @endsection