vito/resources/views/profile/index.blade.php
2024-04-29 20:58:04 +02:00

10 lines
270 B
PHP

<x-settings-layout>
<x-slot name="pageTitle">{{ __("Profile") }}</x-slot>
@include("profile.partials.update-profile-information")
@include("profile.partials.update-password")
@include("profile.partials.two-factor-authentication")
</x-settings-layout>