Files
vito/resources/views/settings/profile/index.blade.php
Saeed Vaziry 4d051330d6 Merge (#127)
2024-03-24 09:56:34 +01:00

10 lines
295 B
PHP

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