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