links menu
This commit is contained in:
14
resources/views/mylinkspao.blade.php
Normal file
14
resources/views/mylinkspao.blade.php
Normal 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>
|
||||
Reference in New Issue
Block a user