diff --git a/resources/views/khazanah/laporan/index.blade.php b/resources/views/khazanah/laporan/index.blade.php
index bfef71c..b8234b8 100644
--- a/resources/views/khazanah/laporan/index.blade.php
+++ b/resources/views/khazanah/laporan/index.blade.php
@@ -15,7 +15,7 @@
-
+
@@ -25,11 +25,11 @@
-
@@ -55,9 +57,6 @@
-
@@ -67,7 +66,12 @@
-
+ {{--
--}}
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@endsection
diff --git a/resources/views/khazanah/laporan/pelangganbaru.blade.php b/resources/views/khazanah/laporan/pelangganbaru.blade.php
index dd3c930..1f58559 100644
--- a/resources/views/khazanah/laporan/pelangganbaru.blade.php
+++ b/resources/views/khazanah/laporan/pelangganbaru.blade.php
@@ -41,21 +41,13 @@
| Bil |
- No Pelanggan |
No K/P |
Nama |
- Yuran Ahli |
-
-
- Bilangan Surat : 3
- Jumlah Pinjaman : RM 3,000.00
-
-
@@ -107,10 +99,8 @@
$.each(data,function(index,customers){
tablecustomers.row.add([
counter,
- customers['nopelanggan'],
customers['kpbaru'],
- customers['nama'],
- customers['yuranahli']
+ customers['nama']
]).draw();
});
diff --git a/resources/views/khazanah/laporan/saghilang.blade.php b/resources/views/khazanah/laporan/saghilang.blade.php
new file mode 100644
index 0000000..5b2ccf4
--- /dev/null
+++ b/resources/views/khazanah/laporan/saghilang.blade.php
@@ -0,0 +1,74 @@
+@extends('layouts.app')
+
+@section('content')
+
+
+@endsection
+
diff --git a/resources/views/khazanah/laporan/wakil.blade.php b/resources/views/khazanah/laporan/wakil.blade.php
new file mode 100644
index 0000000..d4a00dc
--- /dev/null
+++ b/resources/views/khazanah/laporan/wakil.blade.php
@@ -0,0 +1,64 @@
+@extends('layouts.app')
+
+@section('content')
+
+
+@endsection
+
diff --git a/resources/views/khazanah/tebus.blade.php b/resources/views/khazanah/tebus.blade.php
index 1ab49a1..8dba38a 100644
--- a/resources/views/khazanah/tebus.blade.php
+++ b/resources/views/khazanah/tebus.blade.php
@@ -190,9 +190,11 @@
var channel = pusher.subscribe('tebus-notify');
channel.bind('trigger-tebus', function(data) {
- if(cawangan == data.cawangan){
- fetchTebusEverytime();
- }
+ if(cawangan == data.cawangan)
+ {
+ fetchTebusEverytime();
+ }
+
});
$(document).ready(function(){
diff --git a/resources/views/modal/wakil.blade.php b/resources/views/modal/wakil.blade.php
index f40b640..57b0632 100644
--- a/resources/views/modal/wakil.blade.php
+++ b/resources/views/modal/wakil.blade.php
@@ -94,7 +94,7 @@
-
+