industry taxes testing

This commit is contained in:
2019-01-05 23:05:32 -06:00
parent df7b6abe01
commit 72e156f484

View File

@@ -47,7 +47,7 @@ class StructureController extends Controller
->sum('amount'); ->sum('amount');
$taxes[] = ['date' => $date['start'], 'tax' => $tax]; $taxes[] = ['date' => $date['start'], 'tax' => $tax];
} }
dd($taxes);
return view('structures.industrytaxes')->with('taxes', $taxes); return view('structures.industrytaxes')->with('taxes', $taxes);
} }