@extends('layouts.default') @section('title','编辑兼职员工') @section('content') @include('shared._messages')
@include('shared._errors')
{{ method_field('PATCH') }} {{ csrf_field() }} @if ($staff->card != null) @else @endif @if ($staff->card != null) @else @endif
员工姓名
英文名
员工编号*
所属部门
当前职位*
入职日期
工资卡
开户行
  返回列表
@stop