Database notifications in database but not rendering on page

I am unsure where to even begin to look here. Database notifications are being written to the notifications table but they are not subsequently reflecting in the interface. The counter remains at 0 and clicking the bell/refreshing and clicking yields no change in results.

I'm a tad new to Filament/PHP but I am learning quick. I look forward to any and all help!
Solution
Figured it out - was missing sendToDatabase() because I'm a dummy - Thank you!!!
Was this page helpful?