This commit is contained in:
Duidev Software House
2025-10-27 08:09:17 +07:00
parent 90ab13dafd
commit c0c7c1b5fd
21 changed files with 1346 additions and 669 deletions

No files matched your search

@@ -123,7 +123,7 @@
@if (isset($left[$i]))
<td>{{ $i + 1 }}</td>
<td>{{ $left[$i]->antibiotic }}</td>
@if (isset($left[$i]->printcol))
@if (isset($left[$i]->printcol) && $left[$i]->printcol == 1)
<td>{{ $left[$i]->value }}</td>
@else
<td>&nbsp;</td>
@@ -139,7 +139,7 @@
@if (isset($right[$i]))
<td>{{ $i + 1 + $half }}</td>
<td>{{ $right[$i]->antibiotic }}</td>
@if (isset($right[$i]->printcol))
@if (isset($right[$i]->printcol) && $right[$i]->printcol == 1)
<td>{{ $right[$i]->value }}</td>
@else
<td>&nbsp;</td>
@@ -159,7 +159,10 @@
<tr>
<td width="45">&nbsp;</td>
<td valign="top" colspan="7" width="755">
Komentar :<br />{!! $keterangan !!}
@if (isset($keterangan))
Komentar:<br />
{!! nl2br(e($keterangan)) !!}
@endif
</td>
</tr>
<tr><td colspan="8">&nbsp;</td></tr>
@@ -181,5 +184,6 @@
<td valign="top" colspan="3" align="center">{{ $periksa->nmdokter }}</td>
</tr>
</table>
<font color="white">DEFAULT</font>
</body>
</html>