Add Afia and notifications to the top bar, remove the duplicate desktop page title, wire notification and AI routes, and fix mobile nav notification links. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -44,9 +44,9 @@
|
||||
'homeActive' => request()->routeIs('care.dashboard'),
|
||||
'searchUrl' => route('care.patients.index'),
|
||||
'searchActive' => request()->routeIs('care.patients.*'),
|
||||
'notificationsUrl' => route('care.dashboard'),
|
||||
'notificationsActive' => false,
|
||||
'unreadUrl' => route('care.dashboard'),
|
||||
'notificationsUrl' => route('notifications.index'),
|
||||
'notificationsActive' => request()->routeIs('notifications.*'),
|
||||
'unreadUrl' => route('notifications.unread'),
|
||||
'profileActive' => false,
|
||||
'profileName' => $navUser?->name ?? '',
|
||||
'profileSubtitle' => $navUser?->email ?? '',
|
||||
@@ -55,6 +55,7 @@
|
||||
'initials' => $navInitials !== '' ? $navInitials : 'U',
|
||||
])
|
||||
@endauth
|
||||
@include('partials.afia')
|
||||
@include('partials.wallet-topup-modal', ['openOnLoad' => (bool) session('topup_required')])
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user