Merge with feature/aiman/pampasan/sempornaV2
This commit is contained in:
@@ -440,9 +440,12 @@
|
||||
<td>{{ number_format($totalnm, 2) }}</td>
|
||||
<td>{{ number_format($totalpinjamanasal, 2) }}</td>
|
||||
<td>{{ number_format($totalpinjaman, 2) }}</td>
|
||||
<td>@php$totalkeuntunganrebet = $totalpinjaman + $totalupah - $totalbayaran;
|
||||
echo number_format($totalkeuntunganrebet, 2);
|
||||
@endphp ?></td>
|
||||
<td>
|
||||
@php
|
||||
$totalkeuntunganrebet = $totalpinjaman + $totalupah - $totalbayaran;
|
||||
echo number_format($totalkeuntunganrebet, 2);
|
||||
@endphp
|
||||
</td>
|
||||
<td>{{ number_format($totalujrah, 2) }}</td>
|
||||
<td>{{ number_format($totalonepercent, 2) }}</td>
|
||||
<td>{{ number_format($totalupah, 2) }}</td>
|
||||
|
||||
Reference in New Issue
Block a user