Merge pull request #34 from arieeefajar/fix/assessment-history

fix(assessment-history): set threshold value
This commit is contained in:
Arie Fajar Bachtiar 2025-04-08 00:19:35 +07:00 committed by GitHub
commit 210ccd71c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>