Skip to content

Commit

Permalink
Ajuste ruta estilos: Ver Venta
Browse files Browse the repository at this point in the history
  • Loading branch information
FazeElian committed Dec 7, 2023
1 parent 89d5360 commit 0937ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/Admin/sale/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>Ver Venta | No {{ $sale->id }} </title>

{{-- Estilos para este archivo --}}
<link rel="stylesheet" href="{{ asset("assets/css/Admin/modules/sales/show-styles.css") }}">
<link rel="stylesheet" href="{{ asset("assets/css/Admin/modules/Sales/show-styles.css") }}">
</head>
<body>
<!-- Contenido de página -->
Expand Down

0 comments on commit 0937ff4

Please sign in to comment.