|
@@ -2,6 +2,7 @@
|
2
|
2
|
<div class="modal-box w-11/12 max-w-5xl">
|
3
|
3
|
<h3 class="text-lg font-bold">Hubungi PIC</h3>
|
4
|
4
|
<div class="flex flex-col space-y-3 pt-2">
|
|
5
|
+
|
5
|
6
|
<div class="flex justify-between">
|
6
|
7
|
<p class="font-medium text-gray-600">Ariff</p>
|
7
|
8
|
<div class="flex space-x-3">
|
|
@@ -13,6 +14,7 @@
|
13
|
14
|
</a>
|
14
|
15
|
</div>
|
15
|
16
|
</div>
|
|
17
|
+
|
16
|
18
|
<div class="flex justify-between">
|
17
|
19
|
<p class="font-medium text-gray-600">Akmal</p>
|
18
|
20
|
<div class="flex space-x-3">
|
|
@@ -24,30 +26,32 @@
|
24
|
26
|
</a>
|
25
|
27
|
</div>
|
26
|
28
|
</div>
|
27
|
|
- {{-- tambah 2 lagi nombor pic --}}
|
28
|
|
- {{-- <div class="flex justify-between">
|
29
|
|
- <p class="font-medium text-gray-600">Nama</p>
|
|
29
|
+
|
|
30
|
+ <div class="flex justify-between">
|
|
31
|
+ <p class="font-medium text-gray-600">PIC 3</p>
|
30
|
32
|
<div class="flex space-x-3">
|
31
|
|
- <a href="tel:+6" class="flex items-center space-x-2 font-medium text-blue-900">//masuk no phone
|
|
33
|
+ <a href="tel:+6" class="flex items-center space-x-2 font-medium text-blue-900">
|
32
|
34
|
<i class="fa-solid fa-phone-volume text-2xl"></i>
|
33
|
35
|
</a>
|
34
|
|
- <a href="https://wa.me/6" target="_blank" class="flex items-center space-x-2 font-medium text-green-600">//masuk no phone
|
|
36
|
+ <a href="https://wa.me/6" target="_blank" class="flex items-center space-x-2 font-medium text-green-600">
|
35
|
37
|
<i class="fa-brands fa-whatsapp text-3xl"></i>
|
36
|
38
|
</a>
|
37
|
39
|
</div>
|
38
|
40
|
</div>
|
|
41
|
+
|
39
|
42
|
<div class="flex justify-between">
|
40
|
|
- <p class="font-medium text-gray-600">Nama</p>
|
|
43
|
+ <p class="font-medium text-gray-600">PIC 4</p>
|
41
|
44
|
<div class="flex space-x-3">
|
42
|
|
- <a href="tel:+6" class="flex items-center space-x-2 font-medium text-blue-900">//masuk no phone
|
|
45
|
+ <a href="tel:+6" class="flex items-center space-x-2 font-medium text-blue-900">
|
43
|
46
|
<i class="fa-solid fa-phone-volume text-2xl"></i>
|
44
|
47
|
</a>
|
45
|
|
- <a href="https://wa.me/6" target="_blank" class="flex items-center space-x-2 font-medium text-green-600"> //masuk no phone
|
|
48
|
+ <a href="https://wa.me/6" target="_blank" class="flex items-center space-x-2 font-medium text-green-600">
|
46
|
49
|
<i class="fa-brands fa-whatsapp text-3xl"></i>
|
47
|
50
|
</a>
|
48
|
51
|
</div>
|
49
|
|
- </div> --}}
|
|
52
|
+ </div>
|
50
|
53
|
</div>
|
|
54
|
+
|
51
|
55
|
<div class="modal-action">
|
52
|
56
|
<form method="dialog">
|
53
|
57
|
<!-- if there is a button, it will close the modal -->
|