fix gadaian marhun

This commit is contained in:
Zakwan Hamdan
2020-11-02 16:08:34 +08:00
parent ac9c0b94cf
commit 4e23c1fc78
9 changed files with 237 additions and 45 deletions
+9 -5
View File
@@ -17,7 +17,7 @@
No Kad Pengenalan
</div>
<div class="col-8">
<input type="text" name="noic" id="noic" readonly value="{{ $customer_info['kpbaru'] }}">
<input type="text" class="form-control" name="noic" id="noic" readonly value="{{ $customer_info['kpbaru'] }}">
</div>
</div>
</div>
@@ -27,7 +27,7 @@
No Pelanggan
</div>
<div class="col-8">
<input type="text" name="no_pelanggan" readonly id="no_pelanggan" value="{{ $customer_info['nopelanggan'] }}">
<input type="text" class="form-control" name="no_pelanggan" readonly id="no_pelanggan" value="{{ $customer_info['nopelanggan'] }}">
</div>
</div>
</div>
@@ -37,7 +37,7 @@
Nama
</div>
<div class="col-8">
<input type="text" name="name" id="name" readonly value="{{ $customer_info['nama'] }}">
<input type="text" class="form-control" name="name" id="name" readonly value="{{ $customer_info['nama'] }}">
</div>
</div>
</div>
@@ -47,7 +47,7 @@
Alamat
</div>
<div class="col-8">
<textarea style="resize:none" name="alamat" id="alamat" cols="30" rows="2" readonly>{{ $customer_info['alamat1'].','.$customer_info['alamat2'].','.$customer_info['alamat3'].','.$customer_info['alamat4'] }}</textarea>
<textarea style="resize:none" class="form-control" name="alamat" id="alamat" cols="30" rows="2" readonly>{{ $customer_info['alamat1'].','.$customer_info['alamat2'].','.$customer_info['alamat3'].','.$customer_info['alamat4'] }}</textarea>
</div>
</div>
</div>
@@ -57,7 +57,7 @@
No Telefon
</div>
<div class="col-8">
<input type="text" readonly name="no_phone" id="no_phone" value="{{ $customer_info['telefon'] }}">
<input type="text" class="form-control" readonly name="no_phone" id="no_phone" value="{{ $customer_info['telefon'] }}">
</div>
</div>
</div>
@@ -90,6 +90,10 @@
<th>Nilai Marhun</th>
<th>Tempoh</th>
<th>Keuntungan</th>
<th>Tarikh Matang</th>
<th>Margin</th>
<th>Kos Keuntungan</th>
<th>Hapus Gadai</th>
<!-- <th>Tebus/Upah</th> -->
</tr>
</thead>