links menu

This commit is contained in:
paoloar77
2024-05-20 22:57:08 +02:00
parent abca889fc0
commit 43bddcaada
3 changed files with 69 additions and 15 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Link Page</title>
</head>
<body>
<h1>Links</h1>
<a href="{{ route('qtanegativa', ['id' => 1]) }}">Mostra i Libri con Quantità negativa</a>
<br>
<a href="{{ route('checkPreOrder', ['id' => 1]) }}">Verifica Prevendita Articolo 1</a>
</body>
</html>