Browse Source

close e money for rsvp

master
farhan 4 months ago
parent
commit
08c809f202
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      resources/views/components/navbar.blade.php

+ 2
- 0
resources/views/components/navbar.blade.php View File

3
         <a id="rsvp-button" onclick="rsvp.showModal()" class="text-babyblue text-xl animate__animated animate__flash animate__infinite animate__delay-4s">
3
         <a id="rsvp-button" onclick="rsvp.showModal()" class="text-babyblue text-xl animate__animated animate__flash animate__infinite animate__delay-4s">
4
             <i class="fa-solid fa-envelope-open-text"></i>
4
             <i class="fa-solid fa-envelope-open-text"></i>
5
         </a>
5
         </a>
6
+        @if ($host == 'aliffayuna.com')
6
         <a onclick="emoney.showModal()" class="text-babyblue text-xl">
7
         <a onclick="emoney.showModal()" class="text-babyblue text-xl">
7
             <i class="fa-solid fa-circle-dollar-to-slot"></i>
8
             <i class="fa-solid fa-circle-dollar-to-slot"></i>
8
         </a>
9
         </a>
10
+        @endif
9
         <a onclick="contact.showModal()" class="text-babyblue text-xl">
11
         <a onclick="contact.showModal()" class="text-babyblue text-xl">
10
             <i class="fa-solid fa-phone"></i>
12
             <i class="fa-solid fa-phone"></i>
11
         </a>
13
         </a>

Loading…
Cancel
Save