fix(penilai): print out laporan

This commit is contained in:
majid
2025-03-07 10:46:24 +07:00
committed by putrakuningan
parent 796b6fab92
commit f12432dfc5
10 changed files with 134 additions and 84 deletions

View File

@@ -109,7 +109,7 @@
@foreach ($details as $key => $value)
@if (!is_null($value) && $value !== '')
<tr>
<td style="">{{ ucwords(str_replace('_', ' ', $key)) ?? '' }}</td>
<td style=""> {{formatLabel($key)}}</td>
<td style=" padding: 2px;">:</td>
<td style="">{{ $value }}
@if ($key == 'luas_bangunan' || $key == 'luas_tanah')