authentikate/resources/views/dashboard.blade.php
Javier Feliz 38c0c70ded
Some checks failed
linter / quality (push) Successful in 3m2s
tests / ci (push) Failing after 7m37s
Bunch of progress
2025-07-27 22:18:35 -04:00

8 lines
231 B
PHP

<x-layouts.app :title="__('Dashboard')">
<div class="max-w-4xl mx-auto py-12">
<livewire:app-container />
<div class="mt-4">
<livewire:forms.user-profile />
</div>
</div>
</x-layouts.app>