Browse Source

remove dd

am
farhan 4 months ago
parent
commit
1cb7e95b58
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      app/Http/Controllers/MainController.php

+ 0
- 1
app/Http/Controllers/MainController.php View File

13
         $guestbook = GuestBook::all();
13
         $guestbook = GuestBook::all();
14
 
14
 
15
         $currentUrl = $request->fullUrl();
15
         $currentUrl = $request->fullUrl();
16
-        dd($currentUrl);
17
         if ($currentUrl == 'https://aliffayuna.com/') {
16
         if ($currentUrl == 'https://aliffayuna.com/') {
18
             return view('digital-card', compact(['rsvp', 'guestbook']));
17
             return view('digital-card', compact(['rsvp', 'guestbook']));
19
         }
18
         }

Loading…
Cancel
Save