crud freezer
This commit is contained in:
@@ -53,7 +53,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" width="200px">{{__('កម្រិតស៊ីតុណ្ហភាព')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -74,9 +74,7 @@
|
||||
<td class="py-1">{{$room->name}}</td>
|
||||
<td class="py-1">{{$room->building->name}}</td>
|
||||
<td class="py-1">{{$room->bsl->name}}</td>
|
||||
<td class="py-1 text-center">
|
||||
<i class="mdi {{$room->record_status_id == 1 ? 'mdi-check-circle text-primary' : 'mdi-checkbox-blank-circle-outline'}}"></i>
|
||||
</td>
|
||||
<td class="py-1">{{$room->temperature_range}}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user