Empezando prototipo de "Registro de Ventas", usa la tabla productos para ayuda visual. Agregado componente select.

This commit is contained in:
BryamE
2025-12-08 21:41:27 -03:00
parent 20e7da64de
commit 04a8ecbd9a
7 changed files with 162 additions and 31 deletions
@@ -5,7 +5,7 @@
<h1 class="font-black text-4xl md:text-5xl text-white uppercase italic">
{{ $title }}
@if($highlight)
<span class="text-transparent bg-clip-text bg-gradient-to-r from-white to-gray-500">{{ $highlight }}</span>
<span class="text-transparent bg-clip-text bg-gradient-to-r from-white to-gray-500 pe-2">{{ $highlight }}</span>
@endif
</h1>
</div>