crud freezer

This commit is contained in:
2026-07-07 09:29:00 +07:00
parent 907b3b2aec
commit cc615a58ca
23 changed files with 618 additions and 164 deletions

View File

@@ -53,9 +53,6 @@
<th class="py-2" width="50px">{{__('system_role.table_no')}}</th>
<th class="py-2 text-center" width="100px">{{__('system_role.table_action')}}</th>
<th class="py-2">{{__('system_role.table_name')}}</th>
{{-- <th class="py-2">{{__('system_role.table_default_page')}}</th>--}}
{{-- <th class="py-2">{{__('system_role.table_permission')}}</th>--}}
<th class="py-2 text-center" width="100px">{{__('system_role.table_status')}}</th>
</tr>
</thead>
<tbody>
@@ -76,11 +73,6 @@
</div>
</td>
<td class="py-1">{{$role->name_en}}</td>
{{-- <td class="py-1"> - </td>--}}
{{-- <td class="py-1 text-center" width="100px"> </td>--}}
<td class="py-1 text-center">
<i class="mdi {{$role->record_status_id == 1 ? 'mdi-check-circle text-primary ' : 'mdi-checkbox-blank-circle-outline'}}"></i>
</td>
</tr>
@endforeach
</tbody>