Fix route names and styling in blade files

This commit is contained in:
Andras Bacsai
2024-03-22 14:47:36 +01:00
parent 503b86ac13
commit c9e2f4244d
8 changed files with 18 additions and 15 deletions

View File

@@ -96,7 +96,7 @@
<li>
<a title="Notifications"
class="{{ request()->is('notifications*') ? 'menu-item-active menu-item' : 'menu-item' }}"
href="{{ route('notification.email') }}">
href="{{ route('notifications.email') }}">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path fill="none" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2"