fix skit2

This commit is contained in:
hafifierahman
2021-02-28 14:47:54 +08:00
parent dfcf7c2e4a
commit 271564a2c0
3 changed files with 27 additions and 5 deletions
+20
View File
@@ -248,6 +248,18 @@
</div>
</div>
<div class="form-group row">
<div class="col-md-4">
Baki Lelong
</div>
<div class="col-md-8">
@php
$limit_pinjaman_semasa = 0;
@endphp
<input type="text" class="form-control" name="limit_pinjaman" id="limit_pinjaman" readonly value="{{ number_format($limit_pinjaman_semasa,2) }}">
</div>
</div>
</div>
<div class="col-md-6">
@@ -270,6 +282,14 @@
</div>
</div>
<div class="form-group row">
<div class="col-md-4">
Rugi Lelong
</div>
<div class="col-md-8">
<input type="text" class="form-control" name="nota_semasa" id="nota_semasa" readonly value="{{ $customer_info['nota'] }}">
</div>
</div>
</div>
<div class="col-md-12 mt-md-3 justify-content-between form-group row">