re-ordered all of the view directories

setup corp tax ratio for structure tax helper
modified all view functions for new directory layout
This commit is contained in:
2019-02-13 21:07:21 -06:00
parent a2045377f1
commit d52a339637
37 changed files with 132 additions and 333 deletions

View File

@@ -51,6 +51,6 @@ class DashboardController extends Controller
'roles' => $roles,
];
return view('/dashboard/profile')->with('data', $data);
return view('dashboard.profile')->with('data', $data);
}
}