@if (count($classes)>0)
@else
| # | @lang('Class') | @lang('Section') | @lang('View Each Student\'s Grade History') | @lang('View all Students Marks under this Section') | |||
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{$class->name}} @if($class->group)({{$class->group}})@endif |
|
|||||
@lang('No Related Data Found.')
@endif
{{-- @if(count($classes) > 0)
@include('components.sectionbar.grade-bar')
@else
@foreach($classes as $class)
@endforeach
| @lang('Section Name') | @lang('View Each Student\'s Grade History') | @lang('View all Students Marks under this Section') |
|---|---|---|
| {{$section->section_number}} | visibility @lang('View Each Student\'s Grade History') | visibility @lang('View all Students Marks under this Section') |
@lang('No Related Data Found.')
@endif --}}