diff --git a/app/views/reports/budgets.blade.php b/app/views/reports/budgets.blade.php index 35901f7209..2abf17a70b 100644 --- a/app/views/reports/budgets.blade.php +++ b/app/views/reports/budgets.blade.php @@ -74,9 +74,9 @@ Balance at end of month + left in all (relevant budgets) - + @foreach($account->budgetInfo as $budget) - + @@ -93,6 +93,20 @@ @endif + @if($sum != 0) + + + + + + + @endif + + + + + +
{{$budget['budget_name']}} {{mf($budget['budgeted'])}}
Sum (budgets only){{mf($sumBudgets)}}
Balance{{mf(Steam::balance($account, $end))}}