Need to send a notification to a group of users without looping in your controllers? Let's abstract this away and write some nice clean code.
In this course we're going to tweak the default Laravel database notification process so we can refresh notifications whenever you make changes to their structure. This keeps your code cleaner, more concise and makes it really easy to render different notification types.