mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-23 11:42:19 +00:00
10 lines
295 B
PHP
10 lines
295 B
PHP
<x-profile-layout>
|
|
<x-slot name="pageTitle">{{ __("Profile") }}</x-slot>
|
|
|
|
@include("settings.profile.partials.update-profile-information")
|
|
|
|
@include("settings.profile.partials.update-password")
|
|
|
|
@include("settings.profile.partials.two-factor-authentication")
|
|
</x-profile-layout>
|