Our application doesn't have a Meta Title, and there are no title in the Blade layout. How do we pass different title to individual pages?
To add title or any meta tag, Inertia has a Head
component. First, we must import this Head
component into the page component. Then, we can...