-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex_admin.php
More file actions
568 lines (556 loc) · 31.6 KB
/
Copy pathindex_admin.php
File metadata and controls
568 lines (556 loc) · 31.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
<!DOCTYPE html>
<!--
Author: Keenthemes
Product Name: Jet HTML Free - Bootstrap 5 HTML Multipurpose Admin Dashboard Theme
Upgrade to Pro: https://keenthemes.com/products/jet-html-pro
Website: http://www.keenthemes.com
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Dribbble: www.dribbble.com/keenthemes
Like: www.facebook.com/keenthemes
License: For each use you must have a valid license purchased only from above link in order to legally use the theme for your project.
-->
<html lang="en">
<!--begin::Head-->
<head><base href="">
<meta charset="utf-8" />
<title>Laundry App</title>
<meta name="description" content="Jet admin dashboard live demo. Check out all the features of the admin panel. A large number of settings, additional services and widgets." />
<meta name="keywords" content="Jet theme, bootstrap, bootstrap 5, admin themes, free admin themes, bootstrap admin, bootstrap dashboard" />
<link rel="canonical" href="Https://preview.keenthemes.com/jet-free" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="assets/media/logos/favicon.ico" />
<!--begin::Fonts-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700" />
<!--end::Fonts-->
<!--begin::Global Stylesheets Bundle(used by all pages)-->
<link href="assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css" />
<link href="assets/css/style.bundle.css" rel="stylesheet" type="text/css" />
<!--end::Global Stylesheets Bundle-->
</head>
<!--end::Head-->
<!--begin::Body-->
<body id="kt_body" class="header-fixed header-tablet-and-mobile-fixed aside-fixed aside-secondary-disabled">
<!--begin::Main-->
<!--begin::Root-->
<div class="d-flex flex-column flex-root">
<!--begin::Page-->
<div class="page d-flex flex-row flex-column-fluid">
<!--begin::Aside-->
<div id="kt_aside" class="aside aside-extended bg-white" data-kt-drawer="true" data-kt-drawer-name="aside" data-kt-drawer-activate="{default: true, lg: false}" data-kt-drawer-overlay="true" data-kt-drawer-width="auto" data-kt-drawer-direction="start" data-kt-drawer-toggle="#kt_aside_toggle">
<!--begin::Primary-->
<div class="aside-primary d-flex flex-column align-items-lg-center flex-row-auto">
<!--begin::Logo-->
<div class="aside-logo d-none d-lg-flex flex-column align-items-center flex-column-auto pt-10" id="kt_aside_logo">
<a href="index_admin.php">
<img alt="Logo" src="assets/media/logos/logo-compact.svg" class="h-55px" />
</a>
</div>
<!--end::Logo-->
<!--begin::Nav-->
<div class="aside-nav d-flex flex-column flex-lg-center flex-column-fluid w-100 pt-5 pt-lg-0" id="kt_aside_nav">
<!--begin::Primary menu-->
<div id="kt_aside_menu" class="menu menu-column menu-title-gray-600 menu-icon-gray-400 menu-state-primary menu-state-icon-primary menu-state-bullet-primary menu-arrow-gray-500 fw-bold fs-5" data-kt-menu="true">
<div class="menu-item py-2">
<a class="menu-link active menu-center" href="index_admin.php" title="Dashboard" data-bs-toggle="tooltip" data-bs-trigger="hover" data-bs-dismiss="click" data-bs-placement="right">
<span class="menu-icon me-0">
<!--begin::Svg Icon | path: icons/duotone/Home/Home2.svg-->
<span class="svg-icon svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<path d="M21.4622 10.699C21.4618 10.6986 21.4613 10.6981 21.4609 10.6977L13.3016 2.53955C12.9538 2.19165 12.4914 2 11.9996 2C11.5078 2 11.0454 2.1915 10.6974 2.5394L2.54246 10.6934C2.53971 10.6961 2.53696 10.699 2.53422 10.7018C1.82003 11.42 1.82125 12.5853 2.53773 13.3017C2.86506 13.6292 3.29739 13.8188 3.75962 13.8387C3.77839 13.8405 3.79732 13.8414 3.81639 13.8414H4.14159V19.8453C4.14159 21.0334 5.10833 22 6.29681 22H9.48897C9.81249 22 10.075 21.7377 10.075 21.4141V16.707C10.075 16.1649 10.516 15.7239 11.0582 15.7239H12.941C13.4832 15.7239 13.9242 16.1649 13.9242 16.707V21.4141C13.9242 21.7377 14.1866 22 14.5102 22H17.7024C18.8909 22 19.8576 21.0334 19.8576 19.8453V13.8414H20.1592C20.6508 13.8414 21.1132 13.6499 21.4613 13.302C22.1786 12.5844 22.1789 11.4171 21.4622 10.699V10.699Z" fill="#00B2FF" />
</svg>
</span>
<!--end::Svg Icon-->
</span>
</a>
</div>
<div data-kt-menu-trigger="click" data-kt-menu-placement="right-start" data-kt-menu-flip="bottom" class="menu-item py-2">
<span class="menu-link menu-center" title="Account Pages" data-bs-toggle="tooltip" data-bs-trigger="hover" data-bs-dismiss="click" data-bs-placement="right">
<span class="menu-icon me-0">
<!--begin::Svg Icon | path: icons/duotone/Shopping/Chart.svg-->
<span class="svg-icon svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<path d="M15.7632 15.2206C15.4599 14.9148 14.9749 14.8913 14.6449 15.166C13.1591 16.3965 10.8415 16.3965 9.35567 15.166C9.02566 14.8913 8.54066 14.9148 8.23733 15.2206L5.29062 18.1907C5.12812 18.3537 5.04062 18.5763 5.04644 18.8073C5.05226 19.0374 5.15226 19.255 5.32226 19.4095C7.16478 21.0802 9.53649 22 11.9998 22C14.4632 22 16.8357 21.0802 18.6782 19.4095C18.8482 19.255 18.9474 19.0374 18.9541 18.8073C18.9599 18.5763 18.8716 18.3537 18.7099 18.1907L15.7632 15.2206Z" fill="#E4E6EF" />
<path d="M7.90424 12.672C7.85592 12.4048 7.83342 12.1587 7.83342 11.9202C7.83342 10.1479 8.95012 8.55864 10.6118 7.96563C10.9443 7.84637 11.1668 7.52969 11.1668 7.17355V2.84096C11.1668 2.59149 11.0568 2.35461 10.8668 2.19503C10.6768 2.03545 10.4226 1.96907 10.1826 2.01443C5.44172 2.89388 2 7.06012 2 11.9202C2 13.5136 2.36582 15.0474 3.08919 16.4795C3.21001 16.7189 3.43838 16.8861 3.7017 16.9281C3.74502 16.9348 3.7892 16.9382 3.8317 16.9382C4.05088 16.9382 4.2642 16.8508 4.42089 16.692L7.67342 13.4145C7.86589 13.2196 7.95257 12.9424 7.90424 12.672Z" fill="#E4E6EF" />
<path d="M13.8174 2.01438C13.5774 1.96819 13.3232 2.03454 13.1341 2.19499C12.9432 2.35457 12.8332 2.59144 12.8332 2.84008V7.17351C12.8332 7.52882 13.0557 7.84632 13.3882 7.96476C15.0499 8.55863 16.1666 10.1478 16.1666 11.9202C16.1666 12.1588 16.1441 12.4048 16.0958 12.672C16.0483 12.9424 16.1341 13.2196 16.3275 13.4136L19.5792 16.692C19.7367 16.8508 19.9492 16.9382 20.1683 16.9382C20.2117 16.9382 20.2558 16.9348 20.2983 16.9273C20.5625 16.8853 20.79 16.7181 20.9117 16.4787C21.6342 15.0474 22 13.5136 22 11.9202C22 7.05925 18.5583 2.89383 13.8174 2.01438Z" fill="#E4E6EF" />
</svg>
</span>
<!--end::Svg Icon-->
</span>
</span>
<div class="menu-sub menu-sub-dropdown w-225px px-1 py-4">
<div class="menu-item">
<div class="menu-content">
<span class="menu-section fs-5 fw-bolder ps-1 py-1">Account</span>
</div>
</div>
<div class="menu-item">
<a class="menu-link" href="admin/logout.php">
<span class="menu-bullet">
<span class="bullet bullet-dot"></span>
</span>
<span class="menu-title">Logout</span>
</a>
</div>
</div>
</div>
<div data-kt-menu-trigger="click" data-kt-menu-placement="right-start" data-kt-menu-flip="bottom" class="menu-item py-2">
<span class="menu-link menu-center" title="CRUD Data" data-bs-toggle="tooltip" data-bs-trigger="hover" data-bs-dismiss="click" data-bs-placement="right">
<span class="menu-icon me-0">
<!--begin::Svg Icon | path: icons/duotone/Communication/Group.svg-->
<span class="svg-icon svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
<path d="M18,14 C16.3431458,14 15,12.6568542 15,11 C15,9.34314575 16.3431458,8 18,8 C19.6568542,8 21,9.34314575 21,11 C21,12.6568542 19.6568542,14 18,14 Z M9,11 C6.790861,11 5,9.209139 5,7 C5,4.790861 6.790861,3 9,3 C11.209139,3 13,4.790861 13,7 C13,9.209139 11.209139,11 9,11 Z" fill="#000000" fill-rule="nonzero" opacity="0.3" />
<path d="M17.6011961,15.0006174 C21.0077043,15.0378534 23.7891749,16.7601418 23.9984937,20.4 C24.0069246,20.5466056 23.9984937,21 23.4559499,21 L19.6,21 C19.6,18.7490654 18.8562935,16.6718327 17.6011961,15.0006174 Z M0.00065168429,20.1992055 C0.388258525,15.4265159 4.26191235,13 8.98334134,13 C13.7712164,13 17.7048837,15.2931929 17.9979143,20.2 C18.0095879,20.3954741 17.9979143,21 17.2466999,21 C13.541124,21 8.03472472,21 0.727502227,21 C0.476712155,21 -0.0204617505,20.45918 0.00065168429,20.1992055 Z" fill="#000000" fill-rule="nonzero" />
</svg>
</span>
<!--end::Svg Icon-->
</span>
</span>
<div class="menu-sub menu-sub-dropdown w-225px px-1 py-4">
<div class="menu-item">
<div class="menu-content">
<span class="menu-section fs-5 fw-bolder ps-1 py-1">CRUD Data</span>
</div>
</div>
<div class="menu-item">
<a class="menu-link" href="./admin/user.php" data-kt-page="pro">
<span class="menu-bullet">
<span class="bullet bullet-dot"></span>
</span>
<span class="menu-title">User</span></span>
</a>
</div>
<div class="menu-item">
<a class="menu-link" href="./admin/outlet.php" data-kt-page="pro">
<span class="menu-bullet">
<span class="bullet bullet-dot"></span>
</span>
<span class="menu-title">Outlet</span></span>
</a>
</div>
<div class="menu-item">
<a class="menu-link" href="./admin/paket.php" data-kt-page="pro">
<span class="menu-bullet">
<span class="bullet bullet-dot"></span>
</span>
<span class="menu-title">Paket Laundry</span></span>
</a>
</div>
</div>
</div>
<div data-kt-menu-trigger="click" data-kt-menu-placement="right-start" data-kt-menu-flip="bottom" class="menu-item py-2">
<span class="menu-link menu-center" title="General Pages" data-bs-toggle="tooltip" data-bs-trigger="hover" data-bs-dismiss="click" data-bs-placement="right">
<span class="menu-icon me-0">
<!--begin::Svg Icon | path: icons/duotone/Shopping/Cart6.svg-->
<span class="svg-icon svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<path d="M16.0546 7.08943H17.8078L15.2088 2.39571C14.9994 2.01537 14.5354 1.88571 14.1741 2.11045C13.8128 2.33088 13.6896 2.81927 13.9031 3.1996L16.0546 7.08943Z" fill="#E4E6EF" />
<path d="M10.1051 3.19921C10.3145 2.81887 10.1954 2.33048 9.83411 2.11006C9.47279 1.88963 9.00882 2.01497 8.79942 2.39531L6.20037 7.09336H7.9536L10.1051 3.19921Z" fill="#E4E6EF" />
<path d="M20.7107 8.52869H3.28516C2.57483 8.52869 2 9.13377 2 9.88148V11.3812C2 12.1289 2.57483 12.734 3.28516 12.734H3.68754L4.92753 19.8092C5.08356 20.6433 5.8062 21.3046 6.55759 21.3046H7.0503H10.2858C10.6142 21.3046 11.0413 21.3046 11.4765 21.3046H11.8707H12.2648C12.7001 21.3046 13.1271 21.3046 13.4556 21.3046H16.691H17.1837C17.9351 21.3046 18.6578 20.6433 18.8138 19.8092L20.062 12.7297H20.7148C21.4252 12.7297 22 12.1246 22 11.3769V9.87716C21.9959 9.13377 21.4211 8.52869 20.7107 8.52869ZM9.09505 15.5995V18.6509C9.09505 19.0874 8.75837 19.4159 8.3683 19.4159C7.9536 19.4159 7.64155 19.0615 7.64155 18.6509V17.3716V14.3721C7.64155 13.9356 7.97824 13.6071 8.3683 13.6071C8.783 13.6071 9.09505 13.9615 9.09505 14.3721V15.5995ZM11.4272 15.5995V18.6509C11.4272 19.0874 11.0905 19.4159 10.7005 19.4159C10.2858 19.4159 9.97372 19.0615 9.97372 18.6509V17.3716V14.3721C9.97372 13.9356 10.3104 13.6071 10.7005 13.6071C11.0905 13.6071 11.4272 13.9615 11.4272 14.3721V15.5995ZM13.7717 17.3716V18.6509C13.7717 19.0615 13.4597 19.4159 13.045 19.4159C12.6549 19.4159 12.3182 19.0874 12.3182 18.6509V15.5995V14.3721C12.3182 13.9615 12.6549 13.6071 13.045 13.6071C13.435 13.6071 13.7717 13.9356 13.7717 14.3721V17.3716ZM16.1039 17.3716V18.6509C16.1039 19.0615 15.7918 19.4159 15.3771 19.4159C14.9871 19.4159 14.6504 19.0874 14.6504 18.6509V15.5995V14.3721C14.6504 13.9615 14.9624 13.6071 15.3771 13.6071C15.7672 13.6071 16.1039 13.9356 16.1039 14.3721V17.3716Z" fill="#E4E6EF" />
</svg>
</span>
<!--end::Svg Icon-->
</span>
</span>
<div class="menu-sub menu-sub-dropdown w-225px px-1 py-4">
<div class="menu-item">
<div class="menu-content">
<span class="menu-section fs-5 fw-bolder ps-1 py-1">Transaksi</span>
</div>
</div>
<div class="menu-item">
<a class="menu-link" href="admin/transaksi.php">
<span class="menu-bullet">
<span class="bullet bullet-dot"></span>
</span>
<span class="menu-title">Entri Transaksi</span>
</a>
</div>
</div>
</div>
<div data-kt-menu-trigger="click" data-kt-menu-placement="right-start" data-kt-menu-flip="bottom" class="menu-item py-2">
<span class="menu-link menu-center" title="Customers" data-bs-toggle="tooltip" data-bs-trigger="hover" data-bs-dismiss="click" data-bs-placement="right">
<span class="menu-icon me-0">
<!--begin::Svg Icon | path: icons/duotone/Communication/More.svg-->
<span class="svg-icon svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<path d="M12 2C6.47714 2 2 6.47714 2 12C2 17.5229 6.47714 22 12 22C17.5229 22 22 17.5229 22 12C22 6.47714 17.5229 2 12 2ZM7.16484 13.5385C6.31653 13.5385 5.62637 12.8483 5.62637 12C5.62637 11.1517 6.31653 10.4615 7.16484 10.4615C8.01314 10.4615 8.7033 11.1517 8.7033 12C8.7033 12.8483 8.01314 13.5385 7.16484 13.5385ZM12 13.5385C11.1517 13.5385 10.4615 12.8483 10.4615 12C10.4615 11.1517 11.1517 10.4615 12 10.4615C12.8483 10.4615 13.5385 11.1517 13.5385 12C13.5385 12.8483 12.8483 13.5385 12 13.5385ZM16.8352 13.5385C15.9869 13.5385 15.2967 12.8483 15.2967 12C15.2967 11.1517 15.9869 10.4615 16.8352 10.4615C17.6835 10.4615 18.3736 11.1517 18.3736 12C18.3736 12.8483 17.6835 13.5385 16.8352 13.5385Z" fill="#E4E6EF" />
</svg>
</span>
<!--end::Svg Icon-->
</span>
</span>
<div class="menu-sub menu-sub-dropdown w-225px px-1 py-4">
<div class="menu-item">
<div class="menu-content">
<span class="menu-section fs-5 fw-bolder ps-1 py-1">Customers</span>
</div>
</div>
<div class="menu-item">
<a class="menu-link" href="admin/member.php" title="Silahkan melakukan registrasi pelanggan baru" data-bs-toggle="tooltip" data-bs-trigger="hover" data-bs-dismiss="click" data-bs-placement="right">
<span class="menu-icon">
<!--begin::Svg Icon | path: icons/duotone/Layout/Layout-arrange.svg-->
<span class="svg-icon svg-icon-2">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect x="0" y="0" width="24" height="24" />
<path d="M5.5,4 L9.5,4 C10.3284271,4 11,4.67157288 11,5.5 L11,6.5 C11,7.32842712 10.3284271,8 9.5,8 L5.5,8 C4.67157288,8 4,7.32842712 4,6.5 L4,5.5 C4,4.67157288 4.67157288,4 5.5,4 Z M14.5,16 L18.5,16 C19.3284271,16 20,16.6715729 20,17.5 L20,18.5 C20,19.3284271 19.3284271,20 18.5,20 L14.5,20 C13.6715729,20 13,19.3284271 13,18.5 L13,17.5 C13,16.6715729 13.6715729,16 14.5,16 Z" fill="#000000" />
<path d="M5.5,10 L9.5,10 C10.3284271,10 11,10.6715729 11,11.5 L11,18.5 C11,19.3284271 10.3284271,20 9.5,20 L5.5,20 C4.67157288,20 4,19.3284271 4,18.5 L4,11.5 C4,10.6715729 4.67157288,10 5.5,10 Z M14.5,4 L18.5,4 C19.3284271,4 20,4.67157288 20,5.5 L20,12.5 C20,13.3284271 19.3284271,14 18.5,14 L14.5,14 C13.6715729,14 13,13.3284271 13,12.5 L13,5.5 C13,4.67157288 13.6715729,4 14.5,4 Z" fill="#000000" opacity="0.3" />
</g>
</svg>
</span>
<!--end::Svg Icon-->
</span>
<span class="menu-title">Registrasi Pelanggan</span>
</a>
</div>
</div>
</div>
</div>
<!--end::Primary menu-->
</div>
<!--end::Nav-->
<!--begin::Footer-->
<div class="aside-footer d-flex flex-column align-items-center flex-column-auto" id="kt_aside_footer">
<!--begin::Menu-->
<div class="mb-7">
<button type="button" class="btn btm-sm btn-icon btn-color-gray-400 btn-active-color-primary btn-active-light" data-kt-menu-trigger="click" data-kt-menu-overflow="true" data-kt-menu-placement="top-start" data-kt-menu-flip="top-end" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-dismiss="click" title="Quick actions">
<!--begin::Svg Icon | path: icons/duotone/Communication/Dial-numbers.svg-->
<span class="svg-icon svg-icon-2 svg-icon-lg-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
<rect fill="#000000" opacity="0.3" x="4" y="4" width="4" height="4" rx="2" />
<rect fill="#000000" x="4" y="10" width="4" height="4" rx="2" />
<rect fill="#000000" x="10" y="4" width="4" height="4" rx="2" />
<rect fill="#000000" x="10" y="10" width="4" height="4" rx="2" />
<rect fill="#000000" x="16" y="4" width="4" height="4" rx="2" />
<rect fill="#000000" x="16" y="10" width="4" height="4" rx="2" />
<rect fill="#000000" x="4" y="16" width="4" height="4" rx="2" />
<rect fill="#000000" x="10" y="16" width="4" height="4" rx="2" />
<rect fill="#000000" x="16" y="16" width="4" height="4" rx="2" />
</svg>
</span>
<!--end::Svg Icon-->
</button>
<!--begin::Menu 2-->
<div class="menu menu-sub menu-sub-dropdown menu-column menu-rounded menu-gray-600 menu-state-bg-light-primary fw-bold w-200px" data-kt-menu="true">
<!--begin::Menu item-->
<div class="menu-item px-3">
<div class="menu-content fs-6 text-dark fw-bolder px-3 py-4">Quick Actions</div>
</div>
<!--end::Menu item-->
<!--begin::Menu separator-->
<div class="separator mb-3 opacity-75"></div>
<!--end::Menu separator-->
<!--begin::Menu item-->
<div class="menu-item px-3">
<a href="#" class="menu-link px-3">New Ticket</a>
</div>
<!--end::Menu item-->
<!--begin::Menu item-->
<div class="menu-item px-3">
<a href="#" class="menu-link px-3">New Customer</a>
</div>
<!--end::Menu item-->
<!--begin::Menu item-->
<div class="menu-item px-3" data-kt-menu-trigger="hover" data-kt-menu-placement="right-start" data-kt-menu-flip="left-start, top">
<!--begin::Menu item-->
<a href="#" class="menu-link px-3">
<span class="menu-title">New Group</span>
<span class="menu-arrow"></span>
</a>
<!--end::Menu item-->
<!--begin::Menu sub-->
<div class="menu-sub menu-sub-dropdown w-175px py-4">
<!--begin::Menu item-->
<div class="menu-item px-3">
<a href="#" class="menu-link px-3">Admin Group</a>
</div>
<!--end::Menu item-->
<!--begin::Menu item-->
<div class="menu-item px-3">
<a href="#" class="menu-link px-3">Staff Group</a>
</div>
<!--end::Menu item-->
<!--begin::Menu item-->
<div class="menu-item px-3">
<a href="#" class="menu-link px-3">Member Group</a>
</div>
<!--end::Menu item-->
</div>
<!--end::Menu sub-->
</div>
<!--end::Menu item-->
<!--begin::Menu item-->
<div class="menu-item px-3">
<a href="#" class="menu-link px-3">New Contact</a>
</div>
<!--end::Menu item-->
<!--begin::Menu separator-->
<div class="separator mt-3 opacity-75"></div>
<!--end::Menu separator-->
<!--begin::Menu item-->
<div class="menu-item px-3">
<div class="menu-content px-3 py-3">
<a class="btn btn-primary btn-sm px-4" href="#">Generate Reports</a>
</div>
</div>
<!--end::Menu item-->
</div>
<!--end::Menu 2-->
</div>
<!--end::Menu-->
</div>
<!--end::Footer-->
</div>
<!--end::Primary-->
<!--begin::Action-->
<!--end::Action-->
</div>
<!--end::Aside-->
<!--begin::Wrapper-->
<div class="wrapper d-flex flex-column flex-row-fluid" id="kt_wrapper">
<!--begin::Header-->
<div id="kt_header" class="header" data-kt-sticky="true" data-kt-sticky-name="header" data-kt-sticky-offset="{default: '200px', lg: '300px'}">
<!--begin::Container-->
<div class="container-fluid d-flex align-items-stretch justify-content-between" id="kt_header_container">
<!--begin::Page title-->
<div class="page-title d-flex flex-column align-items-start justify-content-center flex-wrap me-lg-2 pb-2 pb-lg-0" data-kt-swapper="true" data-kt-swapper-mode="prepend" data-kt-swapper-parent="{default: '#kt_content_container', lg: '#kt_header_container'}">
<!--begin::Heading-->
<h1 class="text-dark fw-bolder my-1 fs-2">Welcome to Laundry App
<small class="text-muted fs-6 fw-normal ms-1"></small></h1>
<!--end::Heading-->
<!--begin::Breadcrumb-->
<ul class="breadcrumb fw-bold fs-base my-1">
<li class="breadcrumb-item text-muted">
<a href="index.html" class="text-muted">Home</a>
</li>
<li class="breadcrumb-item text-dark">Dashboard</li>
</ul>
<!--end::Breadcrumb-->
</div>
<!--end::Page title=-->
<!--begin::Wrapper-->
<div class="d-flex d-lg-none align-items-center ms-n2 me-2">
<!--begin::Aside mobile toggle-->
<div class="btn btn-icon btn-active-icon-primary" id="kt_aside_toggle">
<!--begin::Svg Icon | path: icons/duotone/Text/Menu.svg-->
<span class="svg-icon svg-icon-2x">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect x="0" y="0" width="24" height="24" />
<rect fill="#000000" x="4" y="5" width="16" height="3" rx="1.5" />
<path d="M5.5,15 L18.5,15 C19.3284271,15 20,15.6715729 20,16.5 C20,17.3284271 19.3284271,18 18.5,18 L5.5,18 C4.67157288,18 4,17.3284271 4,16.5 C4,15.6715729 4.67157288,15 5.5,15 Z M5.5,10 L18.5,10 C19.3284271,10 20,10.6715729 20,11.5 C20,12.3284271 19.3284271,13 18.5,13 L5.5,13 C4.67157288,13 4,12.3284271 4,11.5 C4,10.6715729 4.67157288,10 5.5,10 Z" fill="#000000" opacity="0.3" />
</g>
</svg>
</span>
<!--end::Svg Icon-->
</div>
<!--end::Aside mobile toggle-->
<!--begin::Logo-->
<a href="index.html" class="d-flex align-items-center">
<img alt="Logo" src="assets/media/logos/logo-compact.svg" class="max-h-40px" />
</a>
<!--end::Logo-->
</div>
<!--end::Wrapper-->
<!--begin::Toolbar wrapper-->
<div class="d-flex align-items-stretch flex-shrink-0">
<!--begin::Search-->
<div class="d-flex align-items-stretch ms-1 ms-lg-3">
<!--begin::Search-->
<div id="kt_header_search" class="d-flex align-items-stretch" data-kt-search-keypress="true" data-kt-search-min-length="2" data-kt-search-enter="enter" data-kt-search-layout="menu" data-kt-menu-trigger="auto" data-kt-menu-overflow="false" data-kt-menu-permanent="true" data-kt-menu-placement="bottom-end" data-kt-menu-flip="bottom">
</div>
<!--end::Search-->
</div>
<!--end::Search-->
</div>
<!--end::Toolbar wrapper-->
</div>
<!--end::Container-->
</div>
<!--end::Header-->
<!--begin::Content-->
<div class="content d-flex flex-column flex-column-fluid" id="kt_content">
<!--begin::Container-->
<div class="container" id="kt_content_container">
<!--begin::Row-->
<div class="row g-5 gx-xxl-8 mb-xxl-3">
<!--begin::Col-->
<div class="col-xxl-4">
<!--begin::Engage Widget 1-->
<div class="card card-xxl-stretch">
<!--begin::Card body-->
<div class="card-body d-flex flex-column justify-content-between h-100">
<!--begin::Section-->
<div class="pt-12">
<!--begin::Title-->
<h3 class="text-dark text-center fs-1 fw-boldest line-height-lg">Welcome
<br />To Laundry App</h3>
<!--end::Title-->
<!--begin::Text-->
<div class="text-center text-gray-600 fs-5 fw-bold pt-4">Terimakasih telah bergabing di LaundryApp. <br>Anda login menggunakan akun admin.</div>
<!--end::Text-->
<!--begin::Action-->
<div class="text-center py-7 mb-18">
<a href="#" class="btn btn-primary fs-6 px-6" data-bs-toggle="modal" data-bs-target="#kt_modal_create_app">Mulai Sekarang!</a>
</div>
<!--end::Action-->
</div>
<!--end::Section-->
<!--begin::Image-->
<div class="flex-grow-1 bgi-no-repeat bgi-size-contain bgi-position-x-center bgi-position-y-bottom card-rounded-bottom h-150px" style="background-image:url('assets/media/illustrations/user-welcome.png')"></div>
<!--end::Image-->
</div>
<!--end::Card body-->
</div>
<!--end::Engage Widget 1-->
</div>
<!--end::Col-->
<!--begin::Col-->
<div class="col-xxl-8">
<!--begin::Chart Widget 1-->
<div class="card card-xxl-stretch mb-5 mb-xxl-8">
<!--begin::Card header-->
<div class="card-header border-0 pt-5">
<!--begin::Card title-->
<h3 class="card-title align-items-start flex-column">
<span class="card-label fw-boldest fs-3 text-dark">Halaman Dashboard Admin</span>
<span class="text-gray-400 mt-2 fw-bold fs-6">Jumlah Data Family Laundry</span>
</h3>
<!--end::Card title-->
</div>
<!--end::Header-->
<!--begin::Card body-->
<div class="card-body p-0">
<!--begin::Tab content-->
<div class="tab-content pt-10">
<!--begin::Tap pane-->
<div class="tab-pane fade active show" id="kt_chart_widget_1_tab_pane_1">
<!--begin::Row-->
<div class="row p-0 px-9">
<!--begin::Col-->
<div class="col">
<!--begin::Stat-->
<div class="border border-dashed border-gray-300 text-center min-w-125px rounded pt-6 pb-4 my-3">
<span class="fs-4 fw-bold text-gray-400 d-block">Jumlah Outlet</span>
<?php
include 'admin/koneksi.php';
$data_outlet = mysqli_query($conn,"SELECT * FROM outlet");
$jumlah_outlet = mysqli_num_rows($data_outlet);
?>
<span class="fs-2x fw-boldest text-gray-800" data-kt-countup="true" data-kt-countup-value=<?php echo $jumlah_outlet; ?>>0</span>
</div>
<!--end::Stat-->
</div>
<!--end::Col-->
<!--begin::Col-->
<div class="col">
<!--begin::Stat-->
<div class="border border-dashed border-gray-300 text-center min-w-125px rounded pt-6 pb-4 my-3">
<span class="fs-4 fw-bold text-gray-400 d-block">Jumlah Pelanggan</span>
<?php
include 'admin/koneksi.php';
$data_member = mysqli_query($conn,"SELECT * FROM member");
$jumlah_member = mysqli_num_rows($data_member);
?>
<span class="fs-2x fw-boldest text-gray-800" data-kt-countup="true" data-kt-countup-value=<?php echo $jumlah_member; ?>>0</span>
</div>
<!--end::Stat-->
</div>
<!--end::Col-->
<!--begin::Col-->
<div class="col">
<!--begin::Stat-->
<div class="border border-dashed border-gray-300 text-center min-w-125px rounded pt-6 pb-4 my-3">
<span class="fs-4 fw-bold text-gray-400 d-block">Jumlah User</span>
<?php
include 'admin/koneksi.php';
$data_user = mysqli_query($conn,"SELECT * FROM user");
$jumlah_user = mysqli_num_rows($data_user);
?>
<span class="fs-2x fw-boldest text-gray-800" data-kt-countup="true" data-kt-countup-value=<?php echo $jumlah_user; ?>>0</span>
</div>
<!--end::Stat-->
</div>
<!--end::Col-->
<!--begin::Col-->
<div class="col">
<!--begin::Stat-->
<div class="border border-dashed border-gray-300 text-center min-w-125px rounded pt-6 pb-4 my-3">
<span class="fs-4 fw-bold text-gray-400 d-block">Jumlah Pesanan</span>
<?php
include 'admin/koneksi.php';
$data_transaksi = mysqli_query($conn,"SELECT * FROM transaksi");
$jumlah_transaksi = mysqli_num_rows($data_transaksi);
?>
<span class="fs-2x fw-boldest text-gray-800" data-kt-countup="true" data-kt-countup-value=<?php echo $jumlah_transaksi; ?>>0</span>
</div>
<!--end::Stat-->
</div>
<!--end::Col-->
</div>
<!--end::Row-->
<!--begin::Chart-->
<div class="px-4 mt-7" style="height: 325px">
</div>
<!--end::Chart-->
</div>
</div>
<!--end::Tab content-->
</div>
<!--end::Card body-->
</div>
<!--end::Chart Widget 1-->
</div>
<!--end::Col-->
</div>
<!--end::Row-->
<!--Begin::Row-->
<div class="row g-xxl-8">
<!--begin::Col-->
</div>
<!--End::Row-->
</div>
<!--end::Container-->
</div>
<!--end::Content-->
</div>
<!--end::Wrapper-->
</div>
<!--end::Page-->
</div>
<!--end::Root-->
<!--begin::Drawers-->
</div>
<!--end::Wrapper-->
</div>
<!--end::Actions-->
</form>
<!--end::Form-->
</div>
<!--end::Content-->
</div>
<!--end::Stepper-->
</div>
<!--end::Modal body-->
</div>
<!--end::Modal content-->
</div>
<!--end::Modal dialog-->
</div>
<!--end::Modal - Create App-->
<!--end::Modals-->
<!--end::Main-->
<!--begin::Javascript-->
<!--begin::Global Javascript Bundle(used by all pages)-->
<script src="assets/plugins/global/plugins.bundle.js"></script>
<script src="assets/js/scripts.bundle.js"></script>
<!--end::Global Javascript Bundle-->
<!--begin::Page Custom Javascript(used by this page)-->
<script src="assets/js/custom/widgets.js"></script>
<!--end::Page Custom Javascript-->
<!--end::Javascript-->
</body>
<!--end::Body-->
</html>