From c0bb82523ba0517566bd8152f3f16e4dfbab68d1 Mon Sep 17 00:00:00 2001 From: Flavio Barachino Date: Tue, 21 Oct 2025 11:43:39 +0200 Subject: [PATCH] =?UTF-8?q?sistemazione=20leggibilit=C3=A0=20codice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/conti/report/list.blade.php | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/views/conti/report/list.blade.php b/resources/views/conti/report/list.blade.php index 9b33d78..c33bdce 100644 --- a/resources/views/conti/report/list.blade.php +++ b/resources/views/conti/report/list.blade.php @@ -25,12 +25,12 @@ @foreach( $dataSpesa as $dato ) - @if($dato->resoconto !='') - - {{ $dato->cat_name }} - {{ $dato->resoconto }} - - @endif + @if($dato->resoconto !='') + + {{ $dato->cat_name }} + {{ $dato->resoconto }} + + @endif @endforeach @@ -56,12 +56,12 @@ @foreach( $dataEntrate as $dato ) - @if($dato->resoconto !='') - - {{ $dato->cat_name }} - {{ $dato->resoconto }} - - @endif + @if($dato->resoconto !='') + + {{ $dato->cat_name }} + {{ $dato->resoconto }} + + @endif @endforeach