This commit is contained in:
Dwi Swandhana
2026-03-06 15:04:30 +07:00
parent e7de471d8a
commit f27c7430c3
@@ -108,6 +108,9 @@
<input type="checkbox" id="checkAllRows">
</th>
<th>Keterangan Cetak</th>
<th>Status</th>
<th>Tanggal Terima</th>
<th>Petugas</th>
<th>No.RM</th>
<th>Nama</th>
<th>No.Sample</th>
@@ -116,9 +119,6 @@
<th>Order</th>
<th>Kode</th>
<th>Spesimen</th>
<th>Status</th>
<th>Tanggal Terima</th>
<th>Petugas</th>
</tr>
</thead>
<tbody>
@@ -145,6 +145,9 @@
<span class="status-print-badge pending">Belum Dicetak</span>
@endif
</td>
<td>{{ $statusValue }}</td>
<td>{{ $r['tgldraft'] }}</td>
<td class="petugas-cell">{{ $petugas }}</td>
<td>{{ $r['noregister'] }}</td>
<td>{{ $r['nmpasien'] }}</td>
<td>{{ $r['nofoto'] }}</td>
@@ -153,9 +156,6 @@
<td>{{ $r['reques'] }}</td>
<td>{{ $r['kd_spesimen'] }}</td>
<td>{{ $r['nm_spesimen'] }}</td>
<td>{{ $statusValue }}</td>
<td>{{ $r['tgldraft'] }}</td>
<td class="petugas-cell">{{ $petugas }}</td>
</tr>
@endforeach
</tbody>