add function rekod blast

This commit is contained in:
Nur Izzati Zulkifli
2023-11-20 14:50:07 +08:00
parent c54f0b21b5
commit bbef0ce40d
7 changed files with 749 additions and 23 deletions
@@ -283,10 +283,7 @@
<th>Nilai Marhun (RM)</th>
<th>Pembiayaan Asal (RM)</th>
<th>Baki Pembiayaan (RM)</th>
{{-- <th>Kadar Upah</th> --}}
{{-- <th>Tempoh Belum Bayar</th> --}}
<th>Keuntungan Belum Bayar (RM)</th>
{{-- <th>Lanjutan</th> --}}
</thead>
@php
$counter = 1;
@@ -320,10 +317,7 @@
<td align = "right">@foreach($item['listsag'] as $item1){{ number_format($item1['nilaimarhun'], 2)}}<br>@endforeach</td>
<td align = "right">@foreach($item['listsag'] as $item1){{ number_format($item1['pinjaman'], 2)}}<br>@endforeach</td>
<td align = "right">@foreach($item['listsag'] as $item1){{ number_format($item1['bakipjm'], 2)}}<br>@endforeach</td>
{{-- <td>@foreach($item['listsag'] as $item1){{ $item1['kadarupah']}}<br>@endforeach</td> --}}
{{-- <td>@foreach($item['listsag'] as $item1){{ number_format($item1['tempoh'] - $item1['tempohbayar'], 2) }}<br>@endforeach</td> --}}
<td align = "right">@foreach($item['listsag'] as $item1){{ number_format($item1['tunggakan'], 2) }}<br>@endforeach</td>
{{-- <td>@foreach($item['listsag'] as $item1){{ $item1['lelong_tawarruq']}}<br>@endforeach</td> --}}
</tr>
@php $counter++; @endphp
@endforeach
@@ -333,10 +327,7 @@
<th align = "right">{{ number_format($stokaudit['totalnilaimarhun'], 2) }}</th>
<th align = "right">{{ number_format($stokaudit['totalpinjaman'], 2) }}</th>
<th align = "right">{{ number_format($stokaudit['totalbakipjm'], 2) }}</th>
{{-- <th></th>
<th></th> --}}
<th>{{ number_format($stokaudit['totaltunggakan'], 2) }}</th>
{{-- <th></th> --}}
</tfoot>
</table>