@extends('layouts.default') @section('title','考勤信息') @section('content') @include('shared._messages') @include('shared._errors')
老师编号 | 英文名 | 老师类型 | 应排课 | 实际排课 | 实际上课 | 缺少课时 | |
---|---|---|---|---|---|---|---|
{{ $t->staff->id }} | {{ $t->staff->englishname }} | {{ $t->staff->position_name }} | {{ $should_durations[$key] }} | {{ $actual_durations[$key] }} | {{ $actual_goes[$key] }} | @if ($should_durations[$key] - $actual_goes[$key] > 0){{ $should_durations[$key] - $actual_goes[$key] }} | @else0 | @endif