From 1abf386cf13fcefbcf03cf6beda57b34a2176bff Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 5 Jan 2019 19:18:21 -0600 Subject: [PATCH] industry taxes testing --- resources/views/structures/industrytaxes.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/structures/industrytaxes.blade.php b/resources/views/structures/industrytaxes.blade.php index 005c98025..6f9462873 100644 --- a/resources/views/structures/industrytaxes.blade.php +++ b/resources/views/structures/industrytaxes.blade.php @@ -14,9 +14,9 @@ Industry Taxes + {!! $totalTaxes !!} @for($i = 0; $i < $months; $i++) - {{ var_dump($totalTaxes) }} {{ $totalTaxes[$i]['MonthStart'] }} {{ $totalTaxes[$i]['Structure'] }} {{ $totalTaxes[$i]['IndustryTaxes'] }}