mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-22 03:02:20 +00:00
10 lines
245 B
PHP
10 lines
245 B
PHP
<x-settings-layout>
|
|
<x-slot name="pageTitle">Users</x-slot>
|
|
|
|
<x-container>
|
|
@include("settings.users.partials.update-projects")
|
|
|
|
@include("settings.users.partials.update-user-info")
|
|
</x-container>
|
|
</x-settings-layout>
|