vito/resources/views/profile/index.blade.php
Saeed Vaziry 5c72f12490 init
2023-07-02 12:47:50 +02:00

8 lines
192 B
PHP

<x-profile-layout>
<x-slot name="pageTitle">{{ __("Profile") }}</x-slot>
<livewire:profile.update-profile-information />
<livewire:profile.update-password />
</x-profile-layout>