tambah function notis peringatan untuk arcc

This commit is contained in:
Nur Izzati Zulkifli
2023-12-25 15:43:31 +08:00
parent dfc3ab2ada
commit 52bbeb9cec
7 changed files with 333 additions and 23 deletions
@@ -151,6 +151,7 @@
<tbody>
@php $count = 1; $totalsagall = 0; $totalberatall = 0; $totalpembiayaanall = 0; $totalbakipjmall = 0; $totaltunggakanall = 0; @endphp
@foreach($senarai as $send)
@if($send['datagadai']['totalsag'] > 0)
<tr>
<td><input type="checkbox" aria-label="Checkbox for following text input" name="caw[]" id="caw" value = "{{ $send['kodcaw'] }}" class="checkbox"></td>
<td>{{ $count++ }}</td>
@@ -168,7 +169,8 @@
$totalpembiayaanall += $send['datagadai']['totalpembiayaan'];
$totalbakipjmall += $send['datagadai']['totalbakipjm'];
$totaltunggakanall += $send['datagadai']['totaltunggakan'];
@endphp
@endphp
@endif
@endforeach
</tbody>
<tfoot>