9 lines
265 B
PHP
9 lines
265 B
PHP
<x-layout title="Profile">
|
|
<x-window title="Profile Information">
|
|
@include('profile.partials.update-profile-information-form')
|
|
</x-window>
|
|
|
|
<x-window title="Update Password">
|
|
@include('profile.partials.update-password-form')
|
|
</x-window>
|
|
</x-layout>
|