diff --git a/database/migrations/2026_01_28_112050_create_guest_visits_table.php b/database/migrations/2026_01_28_112050_create_guest_visits_table.php index e69de29..6cd8d7a 100644 Binary files a/database/migrations/2026_01_28_112050_create_guest_visits_table.php and b/database/migrations/2026_01_28_112050_create_guest_visits_table.php differ diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index cde2580..c040f7b 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -70,6 +70,42 @@ margin-right: 0.5rem; } + .dropdown-menu { + background: rgba(255, 255, 255, 0.95); + border: 1px solid rgba(255, 255, 255, 0.3); + border-radius: 10px; + box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); + max-height: 300px; + overflow-y: auto; + } + + .dropdown-item { + padding: 0.75rem 1rem; + transition: all 0.2s ease; + } + + .dropdown-item:hover { + background: rgba(102, 126, 234, 0.1); + color: #667eea; + } + + .venue-option.selected { + background: rgba(102, 126, 234, 0.2); + color: #667eea; + font-weight: 600; + } + + .btn-outline-light { + border-color: rgba(255, 255, 255, 0.3); + color: white; + } + + .btn-outline-light:hover { + background: rgba(255, 255, 255, 0.1); + border-color: rgba(255, 255, 255, 0.5); + color: white; + } + .form-control:focus { border-color: #667eea; box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25); @@ -126,37 +162,43 @@

Select Your Venue
-
-
- Seven Hotel -
-
- City Center Hotel -
-
- Coral Bay Resort -
-
- La Taverna -
-
- Rayes -
-
- Taiga Sky -
-
- Trabouche -
-
- Coral Bay Beach -
-
- Coral Bay Pool -
-
- Jetskis -
+