This commit is contained in:
2023-01-21 20:58:14 -05:00
parent b3e5d5c37c
commit e880b389be
9 changed files with 15766 additions and 140 deletions
+5 -1
View File
@@ -6,7 +6,11 @@ class Dash extends BaseController
{
public function index()
{
return view('view_dash');
return view('bko/dash');
}
public function contacts(){
return view('bko/contacts');
}