mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-21 19:01:37 +00:00
10 lines
244 B
PHP
10 lines
244 B
PHP
<x-profile-layout>
|
|
<x-slot name="pageTitle">{{ __("Profile") }}</x-slot>
|
|
|
|
<livewire:profile.update-profile-information />
|
|
|
|
<livewire:profile.update-password />
|
|
|
|
<livewire:profile.two-factor-authentication />
|
|
</x-profile-layout>
|