crud freezer
This commit is contained in:
@@ -51,9 +51,9 @@
|
||||
<th class="py-2 text-center" width="100px">{{__('laboratory.table_action')}}</th>
|
||||
<th class="py-2" width="120px">{{__('general.code')}}</th>
|
||||
<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">{{__('ប្រភេទសំណាករក្សាទុក')}}</th>
|
||||
<th class="py-2">{{__('សារធាតុបន្ថែម')}}</th>
|
||||
<th class="py-2" width="100px">{{__('ចំណុះ (គិតជាមីលីលីត្រ)')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -72,11 +72,9 @@
|
||||
</td>
|
||||
<td class="py-1">{{$containerType->containerName->code}}</td>
|
||||
<td class="py-1">{{$containerType->containerName->name}}</td>
|
||||
<td class="py-1"></td>
|
||||
<td class="py-1"></td>
|
||||
<td class="py-1 text-center">
|
||||
<i class="mdi {{$containerType->record_status_id == 1 ? 'mdi-check-circle text-primary' : 'mdi-checkbox-blank-circle-outline'}}"></i>
|
||||
</td>
|
||||
<td class="py-1">{{$containerType->sampleType->name}}</td>
|
||||
<td class="py-1">{{$containerType->additive}}</td>
|
||||
<td class="py-1">{{$containerType->volume_ml}}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user