@extends('layouts.default') @section('title','新增员工') @section('content') @include('shared._messages')
@include('shared._errors')
{{ csrf_field() }}
员工姓名*
英文名*
所属部门
当前职位*
入职日期*
应上下班时间 @for($i=0;$i<=4;$i++) 周{{$days[$i]}}:  至 
@endfor @for($i=5;$i<=6;$i++) 周{{$days[$i]}}:  至 
@endfor
工资卡
开户行
  返回列表
@stop