['auth', 'disablebackbutton', 'user-locale','subscription-tracking', 'password-expiry']], function () { /* budgets */ Route::any('budgets_search', 'BudgetController@search')->name('budgets.search'); Route::any('budget/performance/{type}', 'BudgetController@budget_performance')->name('budgets.performance'); Route::get('budgets_inactive', 'BudgetController@inactive')->name('budgets.inactive'); Route::get('budgets/clone/{id}', 'BudgetController@clone')->name('budgets.clone'); Route::get('budgets/print/{id}', 'BudgetController@print_budget')->name('budgets.print'); Route::post('budgets_activate/{id}', 'BudgetController@activate')->name('budgets.activate'); Route::any('/budgets/get_budgets', 'BudgetController@get_budgets')->name('budgets.get_outcomes'); Route::post('budgets/print_budget_report', 'BudgetController@print_budget_report')->name('budgets.print_reports'); Route::resource('budgets', 'BudgetController'); });