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
@@ -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++;
@@ -177,9 +177,10 @@
<td valign="top">Pewarnaan KOH</td>
<td valign="top">:</td>
<td valign="top">
{!! $lsg_pewarnaankoh !!}
@if ($lsg_pewarnaankohoptional != '')
<br /> {!! $lsg_pewarnaankohoptional !!}
@if (isset($data['lsg_pewarnaankoh']) AND $data['lsg_pewarnaankoh'] != 'lainnya')
{!! $data['lsg_pewarnaankoh'] !!}
@else
{!! $data['lsg_pewarnaankohoptional'] ?? '' !!}
@endif
</td>
</tr>