diff --git a/app/Http/Controllers/TaxesController.php b/app/Http/Controllers/TaxesController.php index 0b2135e52..c4819ebe5 100644 --- a/app/Http/Controllers/TaxesController.php +++ b/app/Http/Controllers/TaxesController.php @@ -60,10 +60,10 @@ class TaxesController extends Controller } //Return the view with the compact variable list - return view('/taxes/admin/displaystreams')->with('pi', $pi) - ->with('industry', $industry) - ->with('reprocessing', $reprocessing) - ->with('office', $office); + return view('/taxes/admin/displaystreams')->with('pis', $pis) + ->with('industrys', $industrys) + ->with('reprocessings', $reprocessings) + ->with('offices', $offices); } }