diff --git a/resources/views/reports/year.blade.php b/resources/views/reports/year.blade.php index cce963375f..6717ca7ebc 100644 --- a/resources/views/reports/year.blade.php +++ b/resources/views/reports/year.blade.php @@ -54,20 +54,22 @@ $end += $balance['end']; $diff += ($balance['end']-$balance['start']); ?> - @if($balance['hide'] === false) + {{-- @if($balance['hide'] === false) --}} {{{$balance['account']->name}}} @if($balance['shared']) shared @endif - + @if($balance['hide']) + hidden + @endif {!! Amount::format($balance['start']) !!} {!! Amount::format($balance['end']) !!} {!! Amount::format($balance['end']-$balance['start']) !!} - @endif + {{-- @endif --}} @endforeach Sum of sums