dashboard operasi
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
<th>N Marhun</th>
|
||||
<th>Jenis Tebus</th>
|
||||
</tr>
|
||||
@php $counter = 0; @endphp
|
||||
@php $counter = 0; $totalpembiayaan = 0;@endphp
|
||||
@foreach($tebus as $index=>$item)
|
||||
@if($index > 0)
|
||||
@if($item['teller'] != $tebus[$index - 1]['teller'])
|
||||
@@ -227,6 +227,7 @@
|
||||
</tr>
|
||||
@endif
|
||||
<tr>
|
||||
<td>{{ $loop->iteration }}</td>
|
||||
<td colspan=2>{{$item['norujukan']}}</td>
|
||||
<td>
|
||||
@php
|
||||
|
||||
Reference in New Issue
Block a user