display taxes history

This commit is contained in:
2018-12-11 23:27:36 -06:00
parent 6f2fdb83ea
commit 4f9ce8aa04

View File

@@ -73,7 +73,7 @@ class StructureController extends Controller
'thisMonthStart' => $dates['ThisMonthStart']->toFormattedDateString(),
'lastMonthStart' => $dates['LastMonthStart']->toFormattedDateString(),
];
dd($totalTaxes);
return view('structures.taxes')->with('totalTaxes', $totalTaxes);
}