diff --git a/resources/views/events/dashboard.blade.php b/resources/views/events/dashboard.blade.php
index 8aabe1d..33d0547 100644
--- a/resources/views/events/dashboard.blade.php
+++ b/resources/views/events/dashboard.blade.php
@@ -2,9 +2,16 @@
Plan events, sell tickets, manage attendees, and share programmes.
+No events yet. Create your first event.
diff --git a/resources/views/partials/mobile-bottom-nav.blade.php b/resources/views/partials/mobile-bottom-nav.blade.php index 5fbdf50..a308a67 100644 --- a/resources/views/partials/mobile-bottom-nav.blade.php +++ b/resources/views/partials/mobile-bottom-nav.blade.php @@ -57,12 +57,14 @@ }, }" @endif - class="relative flex flex-col items-center justify-center gap-1 px-2 py-2 transition hover:text-slate-900 {{ $navActive($notificationsActive ?? false) }}"> - - @if ($unreadUrl) - - @endif + class="flex flex-col items-center justify-center gap-1 px-2 py-2 transition hover:text-slate-900 {{ $navActive($notificationsActive ?? false) }}"> + + + @if ($unreadUrl) + + @endif + Notifications diff --git a/resources/views/partials/mobile-icon-link.blade.php b/resources/views/partials/mobile-icon-link.blade.php index b1a96c4..152c58f 100644 --- a/resources/views/partials/mobile-icon-link.blade.php +++ b/resources/views/partials/mobile-icon-link.blade.php @@ -2,14 +2,20 @@ $icon = $icon ?? 'arrow'; $desktopClass = $desktopClass ?? 'text-xs font-medium text-indigo-600 hover:text-indigo-700'; $label = $label ?? ''; + $extraAttributes = $attributes ?? ''; @endphp - @if ($icon === 'shield') + @if ($icon === 'plus') + + @elseif ($icon === 'shield') diff --git a/resources/views/qr/dashboard.blade.php b/resources/views/qr/dashboard.blade.php index 68ed5a4..d051ebb 100644 --- a/resources/views/qr/dashboard.blade.php +++ b/resources/views/qr/dashboard.blade.php @@ -2,9 +2,16 @@Dynamic utility QR codes — links, WiFi, business pages & more.
+No QR codes yet. Create your first code.