diff --git a/resources/views/homepage/khazanah/home.blade.php b/resources/views/homepage/khazanah/home.blade.php index 3e1e121..4fff1cb 100644 --- a/resources/views/homepage/khazanah/home.blade.php +++ b/resources/views/homepage/khazanah/home.blade.php @@ -205,6 +205,9 @@
Unjuran +
+
+ Permohonan Wang
@@ -239,6 +242,9 @@
Aliran Tunai
+
+ Bayaran Balik +
diff --git a/resources/views/khazanah/bayaranbalik.blade.php b/resources/views/khazanah/bayaranbalik.blade.php new file mode 100644 index 0000000..87f2ca6 --- /dev/null +++ b/resources/views/khazanah/bayaranbalik.blade.php @@ -0,0 +1,28 @@ +@extends('layouts.app') + +@section('content') +
+
+ +
+
+@endsection diff --git a/resources/views/khazanah/permohonanwang.blade.php b/resources/views/khazanah/permohonanwang.blade.php new file mode 100644 index 0000000..425ecc7 --- /dev/null +++ b/resources/views/khazanah/permohonanwang.blade.php @@ -0,0 +1,53 @@ +@extends('layouts.app') + +@section('content') +
+
+
+
+ + + +
+ +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+ +
+
+
+
+
+@endsection