vito/resources/views/settings/profile/index.blade.php
Saeed Vaziry b2083fc6b2
Migrate to HTMX (#114)
Dropped Livewire
Added HTMX
Added Blade code lint
Drop Mysql and Redis
Migrate to SQLite
2024-03-06 17:02:59 +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>