retrofairie/resources/views/profile/edit.blade.php
2025-02-23 11:52:18 -08:00

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>