diff --git a/resources/views/print/laporan_serahmarhun.blade.php b/resources/views/print/laporan_serahmarhun.blade.php
index bbf9a93..bc14a02 100644
--- a/resources/views/print/laporan_serahmarhun.blade.php
+++ b/resources/views/print/laporan_serahmarhun.blade.php
@@ -211,13 +211,14 @@
Tarikh |
N Marhun |
Pembiayaan |
- Tag Terima |
+ Status Scan |
@php $counter = 1;@endphp
@foreach($serahmarhun as $index=>$item)
@if($index > 0)
@if($item['teller'] != $serahmarhun[$index - 1]['teller'])
+ @php $counter = 1; @endphp
| Teller : {{ $item['teller'] }} |
@@ -233,7 +234,7 @@
{{ $item['t_tebus'] }} |
{{ number_format($item['nilaimarhun'],2) }} |
{{ number_format($item['pinjaman'],2) }} |
- {{ $item['tagterima'] }} |
+ {{ ($item['tagterima'] == 0) "Belum Scan" : "Sudah Scan" }} |
@php $counter++; @endphp
@endforeach
diff --git a/resources/views/print/laporan_serahpetibesigadai.blade.php b/resources/views/print/laporan_serahpetibesigadai.blade.php
index 131ad29..1ee4e39 100644
--- a/resources/views/print/laporan_serahpetibesigadai.blade.php
+++ b/resources/views/print/laporan_serahpetibesigadai.blade.php
@@ -213,14 +213,13 @@
Masa |
N Marhun |
Pembiayaan |
- Cetak |
- Tag Serah |
Semak Barcode |
@php $counter = 1;@endphp
@foreach($serahbarcode as $index=>$item)
@if($index > 0)
@if($item['teller'] != $serahbarcode[$index - 1]['teller'])
+ @php $counter = 1;@endphp
| Teller : {{ $item['teller'] }} |
@@ -240,8 +239,6 @@
{{ $item['masa'] }} |
{{ number_format($item['nilaimarhun'],2) }} |
{{ number_format($item['pinjaman'],2) }} |
- {{ $item['cetak'] }} |
- {{ $item['tagserah'] }} |
{{ $item['semakbarcode'] }} |
@php $counter++; @endphp