fix laporan

This commit is contained in:
MUHD HAFIFIE
2021-05-04 16:34:47 +08:00
parent 107d7d85dc
commit b46d62e7e9
6 changed files with 67 additions and 10 deletions
@@ -302,6 +302,40 @@
</tr>
</table>
<h4>Laporan Transaksi Penebusan</h4>
<br>
<table id="details">
<thead>
<th>Bil</th>
<th>Jenis</th>
<th>Penebusan(RM)</th>
<th>Keuntungan(RM)</th>
<th>Rebate(RM)</th>
</thead>
<tr>
<td>{{ $tebuspengasingan['biltawarruq'] }}</td>
<td>Tawarruq</td>
<td>{{ number_format($tebuspengasingan['totaltawarruq'],2) }}</td>
<td>{{ number_format($tebuspengasingan['keuntungantawarruq'],2) }}</td>
<td>{{ number_format($tebuspengasingan['totalrebate'],2) }}</td>
</tr>
<tr>
<td>{{ $tebuspengasingan['bilarrahn'] }}</td>
<td>Ar-Rahn</td>
<td>{{ number_format($tebuspengasingan['totalarrahn'],2) }}</td>
<td>{{ number_format($tebuspengasingan['keuntunganarrahn'],2) }}</td>
<td> Not Applicable </td>
</tr>
<tr>
<td>{{ $upahlama['bil'] }}</td>
<td>Bayaran Upah</td>
<td> Not Applicable </td>
<td>{{ number_format($upahlama['total'],2) }}</td>
<td> Not Applicable </td>
</tr>
</table>