This commit is contained in:
Dwi Swandhana
2026-06-03 17:58:55 +07:00
parent 46c6c2f48b
commit 90c7a70214
8 changed files with 26 additions and 6 deletions

No files matched your search

@@ -197,11 +197,13 @@
@php
$cekketerangan = explode('/table', $keterangan);
@endphp
@if (!isset($cekketerangan[1]) && isset($antibiotiks) && $antibiotiks->isNotEmpty())
@if ($bakteri != '')
<p>Bakteri Yang ditemukan : <strong><i>{{$bakteri}}</i></strong> {{$data['bakterisir'] ?? ''}}</p>
@if(isset($iscritical->id))
<p><strong><i>Critical Value</i></strong></p>
@endif
@if (!isset($cekketerangan[1]) && isset($antibiotiks) && $antibiotiks->isNotEmpty())
@if ($bakteri != '')
<p>Bakteri Yang ditemukan : <strong><i>{{$bakteri}}</i></strong> {{$data['bakterisir'] ?? ''}}</p>
@endif
@php
// Filter antibiotik yang printrow == true
$filtered = $antibiotiks->filter(function($row) {