Live update budget amounts.

This commit is contained in:
James Cole
2017-06-07 11:58:04 +02:00
parent 8bbd3063ec
commit 935fb015d3
4 changed files with 22 additions and 53 deletions

View File

@@ -241,7 +241,8 @@ class BudgetController extends Controller
return view(
'budgets.index',
compact(
'available', 'currentMonth', 'next', 'nextText', 'prev', 'prevText', 'periodStart', 'periodEnd', 'budgetInformation', 'inactive', 'budgets',
'available', 'currentMonth', 'next', 'nextText', 'prev', 'prevText',
'periodStart', 'periodEnd', 'budgetInformation', 'inactive', 'budgets',
'spent', 'budgeted', 'previousLoop', 'nextLoop', 'start'
)
);