update codigo referido funcionamiento login, register y dashboard

This commit is contained in:
Juan Felipe Duarte
2025-10-15 16:43:43 -05:00
parent 6d49224d44
commit 5c04a95792
10 changed files with 490 additions and 239 deletions
+9 -5
View File
@@ -1,8 +1,12 @@
<x-app-layout>
<livewire:show-inicio />
<livewire:show-inicio />
<br>
<livewire:show-clientes />
@if (!in_array(auth()->user()->rol?->nombre, ['administrador', 'Roger','editor']))
<livewire:share-code-component />
@endif
<br>
</x-app-layout>