crud freezer
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
<th class="py-2" width="150px">{{__('general.code')}}</th>
|
||||
<th class="py-2">{{__('ឈ្មោះ')}}</th>
|
||||
<th class="py-2">{{__('Category')}}</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>
|
||||
@@ -78,9 +78,9 @@
|
||||
<td class="py-1">{{$concept->code}}</td>
|
||||
<td class="py-1">{{$concept->name}}</td>
|
||||
<td class="py-1">{{$concept->concept_category_code}}</td>
|
||||
<td class="py-1 text-center">
|
||||
<i class="mdi {{$concept->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 {{$concept->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