cambio ruta

This commit is contained in:
BryamE
2026-01-12 13:30:56 -03:00
parent 59d5cf748d
commit ad852c33d2
@@ -46,7 +46,7 @@
</p>
<div class="flex gap-4">
<a href="{{ route('catalogo.index', ['search' => $item->sku]) }}" class="px-6 py-3 bg-white text-neutral-900 font-bold uppercase tracking-wider rounded hover:bg-gray-200 transition-colors">
<a href="{{ route('catalogo.show', $item) }}" class="px-6 py-3 bg-white text-neutral-900 font-bold uppercase tracking-wider rounded hover:bg-gray-200 transition-colors">
Ver Detalles
</a>
</div>