Any application should offer an easy way to render a flash message to the user. Now, we surely don't want to pass a flash
"prop" from every controller action. Instead, potential flash messages should probably be passed automatically as part of your Inertia middleware.