Unread Notifications @if(count($unreadnotifications) > 0)
{{ count($unreadnotifications) }}
@endif
@forelse($unreadnotifications->take(15) as $notification) @includeIf('notifications.'.\Str::snake(class_basename($notification->type))) @empty
0 Notifications
@endforelse
See More