mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 23:42:34 +00:00
User management (#185)
This commit is contained in:
9
resources/views/profile/index.blade.php
Normal file
9
resources/views/profile/index.blade.php
Normal file
@ -0,0 +1,9 @@
|
||||
<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>
|
Reference in New Issue
Block a user