Cambiando el nombre de la app y cosas random

This commit is contained in:
2025-01-25 22:41:31 -03:00
parent 5fc8e2bda1
commit 90bbc3ac7b
9 changed files with 20 additions and 14 deletions

View File

@@ -1,5 +1,14 @@
<div>
<p>
Nothing in the world is as soft and yielding as water.
</p>
<div class="mb-4">
<x-title>Configuración</x-title>
</div>
<div class="grid grid-cols-3 gap-4">
<a class="flex gap-4 rounded shadow p-4 group" href="{{route('usuarios.index')}}">
<x-icon name="users" class="w-24 h-24 group-hover:text-primary transition"/>
<div>
<p class="text-2xl decoration-primary decoration-3 group-hover:underline transition">Usuarios</p>
</div>
</a>
</div>
</div>