industry taxes testing

This commit is contained in:
2019-01-05 04:38:39 -06:00
parent 2a93a40ef3
commit 1f8a83296d

View File

@@ -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() {