Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit c102d1f6 authored by 64160073's avatar 64160073
Browse files

.

parent 9e6f17b9
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,6 @@ public function Home(){
return view('Admin/v_admin_home');
}
public function Calculate(){
return view('Admin/v_admin_calculate');
return view('Admin/Admin_calulate/Admin_calulate');
}
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="">
</head>
<body>
<h1>po</h1>
<script src="" async defer></script>
</body>
</html>
\ No newline at end of file
......@@ -26,6 +26,7 @@
Route::get('/admin',[App\Http\Controllers\AdminController::class,'Home'])->name('admin');
Route::get('/user_tranfer',[App\Http\Controllers\UserController::class,'Tranfer'])->name('User_tranfer');
Route::get('/regis',function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment