fix laporan serahpetibesi Tidak Lulus kepada Belum Scan
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user