fix skit2

This commit is contained in:
MUHD HAFIFIE
2021-05-20 16:54:16 +08:00
parent 3adc94849b
commit dd0ca831da
19 changed files with 1340 additions and 28 deletions
@@ -219,6 +219,7 @@
<td>{{ number_format($item['berat'],2) }}</td>
<td>{{ number_format($item['nilaimarhun'],2) }}</td>
<td>@php if($item['hargajualan'] == null) echo number_format($item['pinjaman'],2); else echo number_format($item['bakipjm'],2); @endphp</td>
{{-- <td>{{ number_format($item['pinjaman'],2) }}</td> --}}
<td>{{$item['lelong_tawarruq']}}</td>
</tr>
@php $counter++; @endphp
@@ -227,6 +228,7 @@
<th colspan='4'>Jumlah</th>
<th>{{ number_format($stokaudit['totalberat'],2) }}</th>
<th>{{ number_format($stokaudit['totalnilaimarhun'],2) }}</th>
{{-- <th>{{ number_format($stokaudit['total'],2) }}</th> --}}
<th>{{ number_format($totalpinjaman,2) }}</th>
<th></th>
</tfoot>