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