GPA system - {{ $system->name }} - classification
Back to list
@include('components.loading')
@foreach(['diploma', 'bachelor', 'masters'] as $key => $value) @include('GPA.class-table',['level'=>$value]) @endforeach