display taxes history

This commit is contained in:
2018-12-11 23:30:47 -06:00
parent ca45a821e0
commit 2178ac56b2
2 changed files with 3 additions and 4 deletions

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);
}