@extends('manager.layout.master') @section('style') @stop @section('body') @if(isset($error))
数据加载异常:{{$error}}
@endif
数据概览
学员总数
{{$studentCount ?? 0}}
已实名 {{$realnameCount ?? 0}} 人
企业总数
{{$enterpriseCount ?? 0}}
参训组织单位
课程总数
{{$courseCount ?? 0}}
章节 {{$chapterCount ?? 0}} 个
试卷总数
{{$examCount ?? 0}}
考试 {{$examRecordCount ?? 0}} 人次
考试通过率
{{$examPassRate ?? 0}}%
通过 {{$examPassCount ?? 0}} 人
累计学时
{{$totalHours ?? 0}}
学习时长(小时)
实名签到
{{$signInCount ?? 0}}
异常 {{$signInAbnormal ?? 0}} 次
抓拍异常
{{$captureAbnormal ?? 0}}
心跳 {{$heartbeatCount ?? 0}} 次
最近 7 天学习时长与签到趋势
课程学习人数分布
最新操作日志 查看更多》
@forelse(($systemLogs ?? []) as $log) @empty @endforelse
操作人
{{$log->manager->username ?? '-'}}
暂无日志
@stop @section('js') @stop