retrofairie/resources/views/profile/edit.blade.php
2025-02-20 17:43:36 -08:00

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>