@extends('newBase', [ 'styles' => [ 'chart', ], 'scripts' => [ 'chart', //'chart-datalabels' ] ]) @section('title', '学生背景统计') @section('content')
| {{__('Education School', [], 'zh')}} | {{__('Total', [], 'zh')}} | 占比 | @foreach(\App\Enumerables\Degree::DEGREES_ORDER as $degree) @if($degree === \App\Enumerables\Degree::BACHELOR){{__(\App\Enumerables\Degree::DEGREE_STRING[$degree], [], 'zh')}} | @foreach(\App\Enumerables\DegreeTypes::DEGREE_NAMES as $bachelorDegree){{$bachelorDegree['zh']}} | @endforeach @else{{__(\App\Enumerables\Degree::DEGREE_STRING[$degree], [], 'zh')}} | @endif @endforeach
|---|