diff --git a/resources/views/conti/report/list.blade.php b/resources/views/conti/report/list.blade.php index 479bc8e..9b33d78 100644 --- a/resources/views/conti/report/list.blade.php +++ b/resources/views/conti/report/list.blade.php @@ -25,11 +25,12 @@ @foreach( $dataSpesa as $dato ) + @if($dato->resoconto !='') {{ $dato->cat_name }} {{ $dato->resoconto }} - + @endif @endforeach @@ -55,11 +56,12 @@ @foreach( $dataEntrate as $dato ) + @if($dato->resoconto !='') {{ $dato->cat_name }} {{ $dato->resoconto }} - + @endif @endforeach