| @lang('common.sl') | @lang('student.category') | @lang('common.actions') |
|---|---|---|
| {{$key+1}} | {{$student_type->category_name}} |
@php
$routeList =[
(userPermission('student_category_edit')) ?
''.__('common.edit').'' : null,
(userPermission('student_category_delete')) ?
''.__('common.delete').'' : null,
];
@endphp
|