mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-22 03:02:20 +00:00
8 lines
192 B
PHP
8 lines
192 B
PHP
<x-profile-layout>
|
|
<x-slot name="pageTitle">{{ __("Profile") }}</x-slot>
|
|
|
|
<livewire:profile.update-profile-information />
|
|
|
|
<livewire:profile.update-password />
|
|
</x-profile-layout>
|