structure controller

This commit is contained in:
2018-12-11 20:03:42 -06:00
parent e9e3ba5c06
commit 423c7ecf86

View File

@@ -45,6 +45,8 @@ class StructureController extends Controller
'lastMonthRevRefinery' => $this->GetRevenue($corpId, 'Refinery', $dates['LastMonthStart'], $dates['LastMonthEnd']),
];
dd($totalTaxes);
return view('structures.taxes')->with('totalTaxes', $totalTaxes);
}