@extends('layouts.default') @section('title','补打卡') @section('content')
@include('shared._messages') @include('shared._errors')
{{ method_field('PATCH') }} {{ csrf_field() }}
日期 {{ $attendance->year }}年{{ $attendance->month}}月{{ $attendance->date }}日
英文名 {{$attendance->staff->englishname}}
上班时间*
下班时间*
  返回个人考勤
@stop