dashboard operasi

This commit is contained in:
MUHD HAFIFIE
2021-04-21 15:55:09 +08:00
parent bde37da6c3
commit 0189a7b6b0
7 changed files with 69 additions and 41 deletions
@@ -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