crud freezer
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<th class="py-2" width="120px">{{__('general.code')}}</th>
|
||||
<th class="py-2">{{__('laboratory.table_name_en')}}</th>
|
||||
<th class="py-2">{{__('laboratory.table_name_kh')}}</th>
|
||||
<th class="py-2 text-center" width="100px">{{__('laboratory.table_status')}}</th>
|
||||
<th class="py-2 text-center" width="300px">{{__('បរិយាយ')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -72,8 +72,8 @@
|
||||
<td class="py-1">{{$building->code}}</td>
|
||||
<td class="py-1">{{$building->name_en}}</td>
|
||||
<td class="py-1">{{$building->name_kh}}</td>
|
||||
<td class="py-1 text-center">
|
||||
<i class="mdi {{$building->record_status_id == 1 ? 'mdi-check-circle text-primary' : 'mdi-checkbox-blank-circle-outline'}}"></i>
|
||||
<td class="py-1">
|
||||
{{$building->description}}
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
||||
Reference in New Issue
Block a user