fix laporan serahpetibesi Tidak Lulus kepada Belum Scan
This commit is contained in:
@@ -219,7 +219,7 @@
|
|||||||
@foreach($serahbarcode as $index=>$item)
|
@foreach($serahbarcode as $index=>$item)
|
||||||
@if($index > 0)
|
@if($index > 0)
|
||||||
@if($item['teller'] != $serahbarcode[$index - 1]['teller'])
|
@if($item['teller'] != $serahbarcode[$index - 1]['teller'])
|
||||||
@php $counter = 1;@endphp
|
@php $counter = 1; @endphp
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan=10>Teller : <b>{{ $item['teller'] }}</b></td>
|
<td colspan=10>Teller : <b>{{ $item['teller'] }}</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -239,7 +239,7 @@
|
|||||||
<td>{{ $item['masa'] }}</td>
|
<td>{{ $item['masa'] }}</td>
|
||||||
<td>{{ number_format($item['nilaimarhun'],2) }}</td>
|
<td>{{ number_format($item['nilaimarhun'],2) }}</td>
|
||||||
<td>{{ number_format($item['pinjaman'],2) }}</td>
|
<td>{{ number_format($item['pinjaman'],2) }}</td>
|
||||||
<td>{{ $item['semakbarcode'] }}</td>
|
<td>{{ ($item['semakbarcode'] == 'Tidak Lulus') ? "Belum Scan" : "Lulus" }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
@php $counter++; @endphp
|
@php $counter++; @endphp
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|||||||
Reference in New Issue
Block a user