view tables

This commit is contained in:
paoloar77
2024-12-20 11:31:03 +01:00
parent d707cd28e8
commit e7de0e4bea
3 changed files with 76 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Articoli Venduti</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body>
<div class="container mt-4">
<h1>Mostra Tabella: {{ $tableName }}</h1>
{!! $tableContent !!}
</div>
</body>
</html>