Cambios en ventas para ver el "ticket" cuando registras la venta

This commit is contained in:
BryamE
2026-01-08 20:52:36 -03:00
parent 8f10e3595d
commit b8282fdf06
4 changed files with 170 additions and 16 deletions
+1 -3
View File
@@ -56,9 +56,7 @@
${{ number_format($sale->total, 2, ',', '.') }}
</td>
<td class="px-6 py-4 text-center">
<button class="text-blue-400 hover:text-blue-300 font-medium text-sm transition-colors">
Ver Detalle
</button>
<a href="{{ route('sales.show', $sale) }}" class="font-medium text-blue-400 hover:underline mr-3">Ver Detalle</a>
</td>
</tr>
@empty