This commit is contained in:
Dwi Swandhana
2026-03-05 17:07:02 +07:00
parent d6824037d2
commit afa2aa1447
4 changed files with 19 additions and 6 deletions

No files matched your search

@@ -267,7 +267,13 @@
<tr>
<td valign="top">{{$nomor}}. Pewarnaan KOH</td>
<td valign="top">:</td>
<td valign="top">{!! $data['id_pewarnaankoh'] !!}</td>
<td valign="top">
@if (isset($data['id_pewarnaankoh']) AND $data['id_pewarnaankoh'] != 'lainnya')
{!! $data['id_pewarnaankoh'] !!}
@else
{!! $data['id_pewarnaankohoptional'] ?? '' !!}
@endif
</td>
</tr>
@php
$nomor++;