From 37febf0c411186a22ab08214e8760e5929f22c0b Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sat, 7 Dec 2024 22:56:39 +0100 Subject: [PATCH] aa --- .../views/export_articles_test.blade.php | 58 +++++++++++-------- 1 file changed, 34 insertions(+), 24 deletions(-) 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