diff --git a/resources/views/export_articles_test.blade.php b/resources/views/export_articles_test.blade.php index b1d285fe..7fcbfbfa 100644 --- a/resources/views/export_articles_test.blade.php +++ b/resources/views/export_articles_test.blade.php @@ -15,7 +15,7 @@ @foreach($articoli as $articolo) {{ $articolo->IdArticolo }} - {{ $articolo->Descrizione }} + {{ $articolo->Titolo }} {{ number_format($articolo->totaleVenduti, 0, ',', '.') }} @endforeach