Sjors van Dongen wrote a good tutorial on how to preview Laravel markdown Notifications directly in our browser.

laravel markdown

Sometimes you want to develop beautiful notifications in HTML or markdown format. But how do you style them easily without having to send them every time you've changed something? Laravel offers an out of the box solution for this. In your web.php you can easily return a notification to render it and display it in your web browser.