@extends('layouts.default') @section('title','编辑加班') @section('content')
@include('shared._errors') @include('shared._messages')
{{ method_field('PATCH') }} {{ csrf_field() }}
员工英文名
加班类型
加班时间*  至 
是否批准*
备注* @if ($extra_work->note!=null) @else @endif
  返回列表
@stop