structure taxes troubleshooting

This commit is contained in:
2019-02-03 00:59:15 -06:00
parent 64fba01549
commit 83f319b3e9

View File

@@ -133,6 +133,7 @@ class StructureController extends Controller
'revenue' => number_format($sHelper->GetRevenue($corpId, 'Market', $date['start'], $date['end']), 2, '.', ',')
];
}
dd($totalTaxes);
return view('structures.taxes')->with('totalTaxes', $totalTaxes);
}