perbaikan report rap dan dan penambahan no nib di pritn out sederhana
This commit is contained in:
@@ -331,7 +331,11 @@
|
||||
<td style="">
|
||||
{{ ucwords(str_replace('_', ' ', $key)) ?? '' }}</td>
|
||||
<td style=" padding: 2px;">:</td>
|
||||
<td style="">{{ $value ?? '' }} <sup> m2</sup></td>
|
||||
<td style="">{{ $value ?? '' }}
|
||||
@if ($key == 'luas_tanah' || $key == 'luas_bangunan')
|
||||
M<sup>2</sup>
|
||||
@endif
|
||||
</td>
|
||||
@endforeach
|
||||
@endif
|
||||
@endif
|
||||
@@ -339,6 +343,11 @@
|
||||
@endforeach
|
||||
@endif
|
||||
|
||||
<tr>
|
||||
<td style=" padding: 2px;">Nomor NIB</td>
|
||||
<td style=" padding: 2px;">:</td>
|
||||
<td style=" padding: 2px;">{{ $forminspeksi['asset']['nomor_nib']}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=" padding: 2px;">Atas Nama</td>
|
||||
<td style=" padding: 2px;">:</td>
|
||||
|
||||
Reference in New Issue
Block a user