| Class | Group | Section | Branch | Status | Link |
|---|---|---|---|---|---|
| {{ $act->ClassName }} | {{ $act->GroupName }} | {{ $act->SectionName }} | {{ $act->branch_and_version_name }} | @if ($act->is_active == 1) Active @else Inactive @endif | @if (\App\Models\Permission::checkLinkPermission('ClassTeacherController', 'Settings', 'UpdateStatus')) {{ $act->is_active == 1 ? 'Inactive' : 'Active' }} @endif @if (\App\Models\Permission::checkLinkPermission('ClassTeacherController', 'Settings', 'delete')) Delete @endif |