diff --git a/resources/views/export_articles_test.blade.php b/resources/views/export_articles_test.blade.php
index 7fcbfbfa..b83930c7 100644
--- a/resources/views/export_articles_test.blade.php
+++ b/resources/views/export_articles_test.blade.php
@@ -1,25 +1,35 @@
-@extends('layouts.app')
+
+
-@section('content')
-
-
Totale Vendite per Articolo
-
-
-
- | ID Articolo |
- Descrizione |
- Totale Venduti |
-
-
-
- @foreach($articoli as $articolo)
-
- | {{ $articolo->IdArticolo }} |
- {{ $articolo->Titolo }} |
- {{ number_format($articolo->totaleVenduti, 0, ',', '.') }} |
-
- @endforeach
-
-
-
-@endsection
\ No newline at end of file
+
+
+
+ Articoli Venduti
+
+
+
+
+
+
Totale Vendite per Articolo
+
+
+
+ | ID Articolo |
+ Descrizione |
+ Totale Venduti |
+
+
+
+ @foreach($articoli as $articolo)
+
+ | {{ $articolo->IdArticolo }} |
+ {{ $articolo->Titolo }} |
+ {{ number_format($articolo->totaleVenduti, 0, ',', '.') }} |
+
+ @endforeach
+
+
+
+
+
+
\ No newline at end of file