industry taxes testing

This commit is contained in:
2019-01-05 19:18:21 -06:00
parent 98999087f8
commit 1abf386cf1

View File

@@ -14,9 +14,9 @@
<th>Industry Taxes</th>
</thead>
<tbody>
{!! $totalTaxes !!}
@for($i = 0; $i < $months; $i++)
<tr>
{{ var_dump($totalTaxes) }}
<td>{{ $totalTaxes[$i]['MonthStart'] }}</td>
<td>{{ $totalTaxes[$i]['Structure'] }}</td>
<td>{{ $totalTaxes[$i]['IndustryTaxes'] }}</td>