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

- - - - - - - - - - @foreach($articoli as $articolo) - - - - - - @endforeach - -
ID ArticoloDescrizioneTotale Venduti
{{ $articolo->IdArticolo }}{{ $articolo->Titolo }}{{ number_format($articolo->totaleVenduti, 0, ',', '.') }}
-
-@endsection \ No newline at end of file + + + + Articoli Venduti + + + + +
+

Totale Vendite per Articolo

+ + + + + + + + + + @foreach($articoli as $articolo) + + + + + + @endforeach + +
ID ArticoloDescrizioneTotale Venduti
{{ $articolo->IdArticolo }}{{ $articolo->Titolo }}{{ number_format($articolo->totaleVenduti, 0, ',', '.') }}
+
+ + + \ No newline at end of file