fix(assessment-history): set threshold value

This commit is contained in:
arieeefajar 2025-04-08 00:17:59 +07:00
parent b93c5acdef
commit e6c001ef8a
1 changed files with 4 additions and 1 deletions

View File

@ -59,8 +59,9 @@
No
</th>
<th class="sort" data-sort="land_name">
Nama Lahan
Nama Pemilik
</th>
<th class="sort" data-sort="threshold">Rekomendasi</th>
<th class="sort" data-sort="status">
CF Value
</th>
@ -76,6 +77,8 @@
class="fw-medium link-primary">#VZ2101</a>
</td>
<td class="customer_name">{{ $evaluation->land->owner }}</td>
<td class="threshold text_capitalize">{{ $evaluation->threshold_value }}
</td>
<td class="status">
<span>{{ number_format($evaluation->cf_value, 4) * 100 }}%</span>
</td>