|
@@ -10,12 +10,15 @@
|
10
|
10
|
@endfor
|
11
|
11
|
</div>
|
12
|
12
|
</div>
|
13
|
|
- <div class="text-center pb-2 fade-element">
|
|
13
|
+ <div class="text-center flex justify-center pb-2 gap-2 fade-element">
|
14
|
14
|
<a onclick="guestbook.showModal()" class="rounded-full border-solid border-2 border-navbarcolor py-1 px-3 font-medium text-gray-600">
|
15
|
15
|
<i class="fa-solid fa-pen-fancy"></i>
|
16
|
|
- <span>Ucapan</span>
|
|
16
|
+ <span>Beri Ucapan</span>
|
|
17
|
+ </a>
|
|
18
|
+ <a onclick="allguestbook.showModal()" class="rounded-full border-solid border-2 border-navbarcolor py-1 px-3 font-medium text-gray-600">
|
|
19
|
+ <i class="fa-solid fa-eye"></i>
|
|
20
|
+ <span>Lihat Ucapan</span>
|
17
|
21
|
</a>
|
18
|
|
-
|
19
|
22
|
</div>
|
20
|
23
|
<div class="text-center pb-2 fade-element">
|
21
|
24
|
<a onclick="rsvp.showModal()" class="rounded-full border-solid border-2 border-navbarcolor py-1 px-3 font-medium text-gray-600">
|
|
@@ -25,6 +28,7 @@
|
25
|
28
|
</div>
|
26
|
29
|
<hr class="border-t-1 border-gray-300 mt-5 mb-3 w-4/5 self-center fade-element">
|
27
|
30
|
@include('modals.guestbook-modal')
|
|
31
|
+ @include('modals.show-all-guestbook')
|
28
|
32
|
</div>
|
29
|
33
|
|
30
|
34
|
@push('script')
|