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

6 lines
172 B
PHP

<x-layout>
<x-slot:title>Profile</x-slot>
@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
</x-layout>