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"> <input type="checkbox" id="checkAllRows">
</th> </th>
<th>Keterangan Cetak</th> <th>Keterangan Cetak</th>
<th>Status</th>
<th>Tanggal Terima</th>
<th>Petugas</th>
<th>No.RM</th> <th>No.RM</th>
<th>Nama</th> <th>Nama</th>
<th>No.Sample</th> <th>No.Sample</th>
@@ -116,9 +119,6 @@
<th>Order</th> <th>Order</th>
<th>Kode</th> <th>Kode</th>
<th>Spesimen</th> <th>Spesimen</th>
<th>Status</th>
<th>Tanggal Terima</th>
<th>Petugas</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@@ -145,6 +145,9 @@
<span class="status-print-badge pending">Belum Dicetak</span> <span class="status-print-badge pending">Belum Dicetak</span>
@endif @endif
</td> </td>
<td>{{ $statusValue }}</td>
<td>{{ $r['tgldraft'] }}</td>
<td class="petugas-cell">{{ $petugas }}</td>
<td>{{ $r['noregister'] }}</td> <td>{{ $r['noregister'] }}</td>
<td>{{ $r['nmpasien'] }}</td> <td>{{ $r['nmpasien'] }}</td>
<td>{{ $r['nofoto'] }}</td> <td>{{ $r['nofoto'] }}</td>
@@ -153,9 +156,6 @@
<td>{{ $r['reques'] }}</td> <td>{{ $r['reques'] }}</td>
<td>{{ $r['kd_spesimen'] }}</td> <td>{{ $r['kd_spesimen'] }}</td>
<td>{{ $r['nm_spesimen'] }}</td> <td>{{ $r['nm_spesimen'] }}</td>
<td>{{ $statusValue }}</td>
<td>{{ $r['tgldraft'] }}</td>
<td class="petugas-cell">{{ $petugas }}</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>