update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user