Welcome {{ auth()->user()?->name ?? 'User' }}!
@php $totalUnreadCount = \App\Models\Notification::whereNull('read_at')->count(); @endphp
{{ $totalUnreadCount }}
Profile Change Password
Logout