update
This commit is contained in:
@@ -87,13 +87,7 @@
|
||||
<td style="text-align:center;">
|
||||
<input type="checkbox" class="row-check">
|
||||
</td>
|
||||
<td class="print-status-cell">
|
||||
@if($isPrinted)
|
||||
<span class="status-print-badge done">Sudah Dicetak</span>
|
||||
@else
|
||||
<span class="status-print-badge pending">Belum Dicetak</span>
|
||||
@endif
|
||||
</td>
|
||||
|
||||
<td>{{ $r['noregister'] }}</td>
|
||||
<td>{{ $r['nmpasien'] }}</td>
|
||||
<td>{{ $r['nofoto'] }}</td>
|
||||
@@ -103,6 +97,13 @@
|
||||
<td>{{ $r['kd_spesimen'] }}</td>
|
||||
<td>{{ $r['nm_spesimen'] }}</td>
|
||||
<td>{{ $r['status'] }}</td>
|
||||
<td class="print-status-cell">
|
||||
@if($isPrinted)
|
||||
<span class="status-print-badge done">Sudah Dicetak</span>
|
||||
@else
|
||||
<span class="status-print-badge pending">Belum Dicetak</span>
|
||||
@endif
|
||||
</td>
|
||||
<td>{{ $r['tgldraft'] }}</td>
|
||||
<td class="petugas-cell">
|
||||
@php
|
||||
|
||||
Reference in New Issue
Block a user