@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->groupclassSections) @foreach ($class->groupclassSections as $section) {{@$section->sectionName->section_name}}-({{total_no_records($class->id, $section->sectionName->id)}}) {{ !$loop->last ? ', ':'' }} @endforeach @endif | @if (@generalSetting()->result_type == 'mark'){{$class->pass_mark}} | @endif{{$class->records_count}} |
@php
$routeList = [
userPermission('class_edit') ?
''.__('common.edit').'' : null,
userPermission('class_delete') ?
''.__('common.delete').'' : null,
];
@endphp
|