diff --git a/app/Http/Controllers/StructureController.php b/app/Http/Controllers/StructureController.php index 9dac1cd8e..4cd15986c 100644 --- a/app/Http/Controllers/StructureController.php +++ b/app/Http/Controllers/StructureController.php @@ -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); } diff --git a/resources/views/structures/taxhistory.blade.php b/resources/views/structures/taxhistory.blade.php index 3aa780126..fc6779a69 100644 --- a/resources/views/structures/taxhistory.blade.php +++ b/resources/views/structures/taxhistory.blade.php @@ -16,8 +16,7 @@