crud freezer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user