industry taxes testing

This commit is contained in:
2019-01-05 19:20:50 -06:00
parent 1f42a26906
commit 1b257fb7fb

View File

@@ -88,6 +88,7 @@ class StructureController extends Controller
}
}
dd($totalTaxes);
return view('structures.taxhistory')->with('totalTaxes', $totalTaxes)
->with('months', $months);