6 lines
181 B
PHP
6 lines
181 B
PHP
<x-app-layout>
|
|
<x-slot:header>Profile</x-slot>
|
|
|
|
@include('profile.partials.update-profile-information-form')
|
|
@include('profile.partials.update-password-form')
|
|
</x-app-layout>
|