crud freezer
This commit is contained in:
@@ -49,10 +49,9 @@
|
||||
<tr class="bg-gradient-light">
|
||||
<th class="py-2" width="50px">{{__('laboratory.table_no')}}</th>
|
||||
<th class="py-2 text-center" width="100px">{{__('laboratory.table_action')}}</th>
|
||||
<th class="py-2">{{__('lab_profile.short_name')}}</th>
|
||||
<th class="py-2">{{__('laboratory.table_name_en')}}</th>
|
||||
<th class="py-2">{{__('laboratory.table_name_kh')}}</th>
|
||||
<th class="py-2">{{__('lab_profile.short_name')}}</th>
|
||||
<th class="py-2 text-center" width="100px">{{__('laboratory.table_status')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -69,12 +68,9 @@
|
||||
@endif
|
||||
</div>
|
||||
</td>
|
||||
<td class="py-1">{{$laboratory->code}}</td>
|
||||
<td class="py-1">{{$laboratory->name_en}}</td>
|
||||
<td class="py-1">{{$laboratory->name_kh}}</td>
|
||||
<td class="py-1">{{$laboratory->code}}</td>
|
||||
<td class="py-1 text-center">
|
||||
<i class="mdi {{$laboratory->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