Laravel has a build in feature for this called Notification. You can read more about it here: https://laravel.com/docs/5.8/notifications#database-notifications
You can create a notification class that sends out the push notifications for you. There are already tools for this available as well which you can use: http://laravel-notification-channels.com/
Let me know if that works for you!