diff --git a/Resources/views/parameter/branches/index.blade.php b/Resources/views/parameter/branches/index.blade.php index 608cfb9..5ced623 100644 --- a/Resources/views/parameter/branches/index.blade.php +++ b/Resources/views/parameter/branches/index.blade.php @@ -26,13 +26,6 @@
- - - - - - - - - - -
+ + +
+ + -
- - - + +
+ + + + @if(isset($hapusbuku)) + + +
+
+ + + + + + + + + + + @foreach($jaminan as $row) + + + + + + + @endforeach + +
NoJenis JaminanNomor JaminanNilai Jaminan
{{ $loop->iteration }}{{ $row->guaranteeType->kode.' - '.$row->guaranteeType->name }}{{ $row->nomor_jaminan }}{{ $row->nilai_jaminan }}
+
+
+ + + + + + + + + + + + @foreach($bayar as $row) + + + + + + + + @endforeach + +
NoKode BayarTanggal PembayaranNominal BayarKeterangan
{{ $loop->iteration }}{{ $row->kode_bayar }}{{ $row->tanggal_pembayaran }}{{ $row->nominal_bayar }}{{ $row->keterangan }}
+
+
+ + + + + + + + + + + + + + @foreach($penagihan as $row) + + + + + + + + + + @endforeach + +
NoTanggal PenagihanPIC PenagihanTindakanInformasi LKUProses HukumKomitmen Debitur
{{ $loop->iteration }}{{ $row->tanggal_penagihan }}{{ $row->pic_penagihan }}{{ $row->tindakan }}{{ $row->informasi_lku }}{{ $row->proses_hukum=="1" ? "Ya" : "Tidak" }}{{ $row->komitmen_debitur }}
+
+
+ + + + + + + + + + + + + + + + + +
NoTanggal AwalTanggal AkhirTotal KewajibanSuku BungaNilai BungaHari BungaSK Bunga DendaNilai DendaHari Denda
+
+
+ @endif @@ -543,7 +663,7 @@ intra = (total * (parseFloat($('#suku_bunga').val()) / 100) * lama) / 360; } - extra = (total * (60/100) * lama) / 360; + extra = (total * (60 / 100) * lama) / 360; intraFixed = intra.toFixed(2); ekstraFixed = extra.toFixed(2);