fix laporan serahpetibesi Tidak Lulus kepada Belum Scan

This commit is contained in:
hafifierahman
2022-09-28 09:42:19 +08:00
parent 14da79d298
commit 039ae9421f
@@ -219,7 +219,7 @@
@foreach($serahbarcode as $index=>$item)
@if($index > 0)
@if($item['teller'] != $serahbarcode[$index - 1]['teller'])
@php $counter = 1;@endphp
@php $counter = 1; @endphp
<tr>
<td colspan=10>Teller : <b>{{ $item['teller'] }}</b></td>
</tr>
@@ -239,7 +239,7 @@
<td>{{ $item['masa'] }}</td>
<td>{{ number_format($item['nilaimarhun'],2) }}</td>
<td>{{ number_format($item['pinjaman'],2) }}</td>
<td>{{ $item['semakbarcode'] }}</td>
<td>{{ ($item['semakbarcode'] == 'Tidak Lulus') ? "Belum Scan" : "Lulus" }}</td>
</tr>
@php $counter++; @endphp
@endforeach