@lang('common.class') | @lang('common.section') | @if (@generalSetting()->result_type == 'mark')@lang('exam.pass_mark') | @endif@lang('student.students') | @lang('common.action') |
---|---|---|---|---|
{{@$class->class_name}} | @if(@$class->globalGroupclassSections) @foreach ($class->globalGroupclassSections as $section) {{@$section->globalSectionName->section_name}}-({{total_no_records($class->id, $section->globalSectionName->id)}}) {{ !$loop->last ? ', ':'' }} @endforeach @endif | @if (@generalSetting()->result_type == 'mark'){{$class->pass_mark}} | @endif{{$class->records_count}} |
@php
$routeList = [
userPermission(263) ?
''.__('common.edit').'' : null,
userPermission(264) ?
''.__('common.delete').'' : null,
];
@endphp
|