Passing properties to an Inertia Vue page for Laravel Fortify's register view
I'm working on a web app that's using Laravel 10, Vue 3, and Inertia. (I'm new to all of these, btw) Laravel is using Fortify for a lot of features, including new user registration. I've been tasked with changing the…