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