@extends('layouts.default') @section('title','补打卡') @section('content')
@include('shared._messages') @include('shared._errors')
{{ csrf_field() }}
日期
{{ $attendance->year }}年{{ $attendance->month}}月{{ $attendance->date }}日
英文名
{{$attendance->staff->englishname}}
异常备注
提交
返回个人考勤
@stop