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 @@
| {{ $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