diff --git a/htdocs/resources/views/cetak/rekappenerimaansample.blade.php b/htdocs/resources/views/cetak/rekappenerimaansample.blade.php index fc5801e8..be51f741 100644 --- a/htdocs/resources/views/cetak/rekappenerimaansample.blade.php +++ b/htdocs/resources/views/cetak/rekappenerimaansample.blade.php @@ -42,7 +42,44 @@
-
+
+
+
Riwayat Cetak
+
+ + + + + + + + + + + + @forelse(($printHistories ?? []) as $idx => $history) + + + + + + + + @empty + + + + @endforelse + +
NoWaktu CetakPetugasJumlah RowAksi
{{ $idx + 1 }}{{ $history['printed_at_label'] }}{{ $history['printed_by_name'] }}{{ $history['total_rows'] }} + +
Belum ada riwayat cetak.
+
+
+
+
Rekapitulasi Penerimaan Sample {{$tanggal}}

@@ -63,42 +100,6 @@
-
-
Riwayat Cetak
-
- - - - - - - - - - - - @forelse(($printHistories ?? []) as $idx => $history) - - - - - - - - @empty - - - - @endforelse - -
NoWaktu CetakPetugasJumlah RowAksi
{{ $idx + 1 }}{{ $history['printed_at_label'] }}{{ $history['printed_by_name'] }}{{ $history['total_rows'] }} - -
Belum ada riwayat cetak.
-
-
-
@@ -135,7 +136,7 @@ @endphp
- +