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

@@ -58,7 +58,7 @@
<th class="py-2" width="150px">{{__('general.code')}}</th>
<th class="py-2">{{__('ឈ្មោះ')}}</th>
<th class="py-2">{{__('Category')}}</th>
<th class="py-2 text-center" width="100px">{{__('laboratory.table_status')}}</th>
{{-- <th class="py-2 text-center" width="100px">{{__('laboratory.table_status')}}</th>--}}
</tr>
</thead>
<tbody>
@@ -78,9 +78,9 @@
<td class="py-1">{{$concept->code}}</td>
<td class="py-1">{{$concept->name}}</td>
<td class="py-1">{{$concept->concept_category_code}}</td>
<td class="py-1 text-center">
<i class="mdi {{$concept->record_status_id == 1 ? 'mdi-check-circle text-primary' : 'mdi-checkbox-blank-circle-outline'}}"></i>
</td>
{{-- <td class="py-1 text-center">--}}
{{-- <i class="mdi {{$concept->record_status_id == 1 ? 'mdi-check-circle text-primary' : 'mdi-checkbox-blank-circle-outline'}}"></i>--}}
{{-- </td>--}}
</tr>
@endforeach
</tbody>