Update resit tebus dan ansuran

This commit is contained in:
Amir
2023-12-03 14:43:26 +08:00
parent fce9b6e194
commit a941c7dc92
2 changed files with 6 additions and 6 deletions
@@ -537,7 +537,7 @@
$jumlah_perlu_dibayar = $penebusan['bakipjm'] + $penebusan['onepercent'] - $transaction_tebus['onepercent_rebet'] + $penebusan['ujrah'] - $transaction_tebus['ujrah_rebet'];
@endphp
<td><strong>Jumlah Perlu Dibayar</strong></td>
<td><strong>: RM {{ number_format($jumlah_perlu_dibayar, 2) }}</strong></td>
<td><strong>: RM {{ number_format($transaction_tebus['duit_masuk'], 2) }}</strong></td>
</tr>
</table>
@@ -689,7 +689,7 @@
$jumlah_perlu_dibayar = $penebusan['bakipjm'] + $penebusan['onepercent'] - $transaction_tebus['onepercent_rebet'] + $penebusan['ujrah'] - $transaction_tebus['ujrah_rebet'];
@endphp
<td><strong>Jumlah Perlu Dibayar</strong></td>
<td><strong>: RM {{ number_format($jumlah_perlu_dibayar, 2) }}</strong></td>
<td><strong>: RM {{ number_format($transaction_tebus['duit_masuk'], 2) }}</strong></td>
</tr>
</table>