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

@@ -54,7 +54,7 @@
<th class="py-2">{{__('ក្រុមមេរោគ/ជាតិពុល')}}</th>
<th class="py-2">{{__('កម្រិតហានិភ័យរបស់មេរោគ')}}</th>
<th class="py-2">{{__('កម្រិតជីវសុវត្ថិភាព')}}</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>
@@ -76,9 +76,9 @@
<td class="py-1">{{$pathogen->pathogenType->name}}</td>
<td class="py-1">{{$pathogen->riskGroup->name}}</td>
<td class="py-1">{{$pathogen->bsl->name}}</td>
<td class="py-1 text-center">
<i class="mdi {{$pathogen->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 {{$pathogen->record_status_id == 1 ? 'mdi-check-circle text-primary' : 'mdi-checkbox-blank-circle-outline'}}"></i>--}}
{{-- </td>--}}
</tr>
@endforeach
</tbody>