-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.php
61 lines (26 loc) · 1.21 KB
/
services.php
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
<div class="kt-container kt-grid__item kt-grid__item--fluid kt-grid kt-grid--hor kt-grid--stretch">
<div class="kt-body kt-grid__item kt-grid__item--fluid kt-grid kt-grid--hor kt-grid--stretch" id="kt_body">
<div class="kt-content kt-grid__item kt-grid__item--fluid kt-grid kt-grid--hor" id="kt_content">
<!-- begin:: Content Head -->
<!-- end:: Content Head -->
<!-- begin:: Content -->
<div class="kt-container kt-grid__item kt-grid__item--fluid">
<!--Begin::Dashboard 2-->
<!--Begin::Row-->
<div class="kt-subheader kt-subheader-custom kt-grid__item">
<div class="kt-container ">
<div class="kt-subheader__main">
<h3 class="kt-subheader__title"><?= trans('SERVICE MANAGEMENT') ?></h3>
</div>
</div>
</div>
<div class="row">
</div>
<!--End::Row-->
<!--End::Row-->
<!--End::Dashboard 2-->
</div>
<!-- end:: Content -->
</div>
</div>
</div>