Layout for pages accessible to authenticated users only.
If you need to use User object in your components, you can get it quickly from layout.
You can see the real example in modules/Helpdesk/resources/js/Pages/Index.vue
Usually you could get User object this way:
User model has some extra columns compared to the default Laravel User model.
Layout for pages accessible to authenticated users only.
If you need to use User object in your components, you can get it quickly from layout.
You can see the real example in modules/Helpdesk/resources/js/Pages/Index.vue
Usually you could get User object this way:
User model has some extra columns compared to the default Laravel User model.