From 336d118026a0932b6893f47f5346be6269f904fa Mon Sep 17 00:00:00 2001 From: Azfar Arsyad Date: Wed, 6 Dec 2023 17:16:41 +0800 Subject: [PATCH] add column onepercent & ujrah --- .../print/laporan_stokauditbackdate.blade.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/resources/views/print/laporan_stokauditbackdate.blade.php b/resources/views/print/laporan_stokauditbackdate.blade.php index 3d9017d..4b18c6b 100644 --- a/resources/views/print/laporan_stokauditbackdate.blade.php +++ b/resources/views/print/laporan_stokauditbackdate.blade.php @@ -204,11 +204,14 @@ Pembiayaan Asal (RM) Baki Pembiayaan (RM) Kadar Upah - Tempoh Belum Bayar - Keuntungan Belum Bayar (RM) + Tempoh B.Bayar + Untung B.Bayar(RM) + Utg 1%(RM) + Ujrah(RM) Lanjutan @php $counter = 1;$totalpinjaman = 0; @endphp + {{-- {{dd($stokaudit['rekod'])}} --}} @foreach($stokaudit['rekod'] as $index=>$item) {{ $counter }} @@ -220,8 +223,13 @@ {{ number_format($item['pinjaman'],2) }} {{ number_format($item['bakipjm'],2) }} {{ number_format($item['kadarupah'],2) }} - {{ number_format($item['tempohblmbyar'],2) }} + {{ number_format($item['tempohblmbyar'],2) }} {{ number_format($item['upahblmbyar'],2) }} + {{ number_format($item['pinjaman']* 0.01,2) }} + @if($item['ujrah'] ='') + {{ number_format($item['ujrah'],2) }} + @endif + {{$item['lanjutan']}} @php $counter++; @endphp