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