penambahbaikan online di laporan penebusan

This commit is contained in:
MUHD HAFIFIE
2021-10-11 14:43:45 +08:00
parent 3306fd17ad
commit f2a8254521
@@ -335,17 +335,31 @@
<td> Not Applicable </td>
</tr>
<tr>
<td>{{ $upahlama['bil'] }}</td>
<td>{{ $upahlama['bilkaunter'] }}</td>
<td>Bayaran Upah</td>
<td> Not Applicable </td>
<td>{{ number_format($upahlama['total'],2) }}</td>
<td>{{ number_format($upahlama['totalkaunter'],2) }}</td>
<td> Not Applicable </td>
</tr>
<tr>
<td>{{ $ansuran['bilangan'] }}</td>
<td>{{ $upahlama['bilonline'] }}</td>
<td>Bayaran Upah Online</td>
<td> Not Applicable </td>
<td>{{ number_format($upahlama['totalonline'],2) }}</td>
<td> Not Applicable </td>
</tr>
<tr>
<td>{{ $ansuran['bilangankaunter'] }}</td>
<td>Ansuran Pembiayaan</td>
<td>{{ number_format($ansuran['totalpendahuluan'],2) }}</td>
<td>{{ number_format($ansuran['totalkeuntungan'],2) }}</td>
<td>{{ number_format($ansuran['totalpendahuluankaunter'],2) }}</td>
<td>{{ number_format($ansuran['totalkeuntungankaunter'],2) }}</td>
<td> Not Applicable </td>
</tr>
<tr>
<td>{{ $ansuran['bilanganonline'] }}</td>
<td>Ansuran Pembiayaan Online</td>
<td>{{ number_format($ansuran['totalpendahuluanonline'],2) }}</td>
<td>{{ number_format($ansuran['totalkeuntunganonline'],2) }}</td>
<td> Not Applicable </td>
</tr>
</table>