@extends('layouts.default') @section('title','编辑员工') @section('content') @include('shared._messages')
@include('shared._errors')
{{ method_field('PATCH') }} {{ csrf_field() }}
员工姓名 {{ $staff->staffname }}
英文名 {{$staff->englishname}}
员工编号* {{ $staff->id }}
所属部门 {{ $staff->department_name}}
当前职位* {{ $staff->position_name}}
应上下班时间* @for($i=0;$i<=6;$i++) 周{{$days[$i]}}:  至 
@endfor
生效日期*
   @if ($staff_id != null) 返回列表 @else 返回列表 @endif
@stop