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:
@@ -51,6 +51,6 @@ class DashboardController extends Controller
|
||||
'roles' => $roles,
|
||||
];
|
||||
|
||||
return view('/dashboard/profile')->with('data', $data);
|
||||
return view('dashboard.profile')->with('data', $data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user