Cambios en ventas para ver el "ticket" cuando registras la venta
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user