I'm developing a chat with Laravel
, and I followed this tutorial . The chat is working fine, but I wanted to know how to make a notification like this:
When a message is sent to a user and the user has not yet read it.
Can anyone help me?