Merge branch 'giane' of https://github.com/BryamE/ProyectoLauck into giane

This commit is contained in:
GianellaDelMestre
2025-12-09 00:12:35 -03:00
4 changed files with 20 additions and 3 deletions
+4 -2
View File
@@ -39,8 +39,10 @@
<a href="#" class="block py-2 px-3 text-white hover:text-neon-lime md:hover:bg-transparent md:border-0 md:p-0 transition-colors">Taller</a>
</li>
<li>
<a href="#" class="block py-2 px-3 text-white hover:text-neon-lime md:hover:bg-transparent md:border-0 md:p-0 transition-colors">Ventas</a>
</li>
<a href="{{ url('/sales') }}"
class="block py-2 px-3 md:p-0 transition-colors {{ request()->is('sales*') ? 'text-neon-lime border-b-2 border-neon-lime' : 'text-white hover:text-neon-lime' }}">
Ventas
</a>
</ul>
</div>
</div>
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<h1>Gwssssssssssssssss</h1>
</body>
</html>