User
If you need to use User object in your components, you can get it quickly from layout.modules/Roadmap/resources/js/Pages/Show.vue
Usually you could get User object this way:
Global props
You can define global layout props and pass them to its slot. This is example of default slot for PageLayout component:provide
and inject
.