%PDF- %PDF-
| Direktori : /www/loslex/demo/resources/views/profile/ |
| Current File : //www/loslex/demo/resources/views/profile/edit.blade.php |
<x-app-layout>
<x-slot name="pagetitle">{{ __('User profile') }}</x-slot>
<x-slot name="header"><h2 class="text-gray-800 dark:text-gray-200 leading-tight">{{ __('User profile') }}</h2></x-slot>
<div class="space-y-6">
<div class="p-4 sm:p-8 bg-white dark:bg-gray-800 shadow sm:rounded-lg">
@include('profile.partials.update-profile-information-form')
</div>
<div class="p-4 sm:p-8 bg-white dark:bg-gray-800 shadow sm:rounded-lg">
@include('profile.partials.update-password-form')
</div>
<div class="p-4 sm:p-8 bg-white dark:bg-gray-800 shadow sm:rounded-lg">
@include('profile.partials.delete-user-form')
</div>
</div>
</x-app-layout>