This commit is contained in:
paoloar77
2024-12-07 22:56:39 +01:00
parent fcbcd4f338
commit 37febf0c41

View File

@@ -1,6 +1,14 @@
@extends('layouts.app') <!DOCTYPE html>
<html lang="it">
@section('content') <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"> <div class="container">
<h1>Totale Vendite per Articolo</h1> <h1>Totale Vendite per Articolo</h1>
<table class="table table-striped"> <table class="table table-striped">
@@ -22,4 +30,6 @@
</tbody> </tbody>
</table> </table>
</div> </div>
@endsection </body>
</html>