From 1f8a83296d357571e333fe022eb94c923983d2fb Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 5 Jan 2019 04:38:39 -0600 Subject: [PATCH] industry taxes testing --- app/Http/Controllers/StructureController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Http/Controllers/StructureController.php b/app/Http/Controllers/StructureController.php index 4f2b8635e..8ba928811 100644 --- a/app/Http/Controllers/StructureController.php +++ b/app/Http/Controllers/StructureController.php @@ -88,7 +88,8 @@ class StructureController extends Controller } - return view('structures.taxhistory')->with(compact('totalTaxes', 'months')); + return view('structures.taxhistory')->with('totalTaxes', $totalTaxes) + ->with('months', $months); } public function chooseCorpTaxes() {