Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 202b9766 authored by 64160072's avatar 64160072
Browse files

user transection history

user transection history update
parent 26d0b603
Branches
No related tags found
1 merge request!12proof tranfer update
body {
font-family: 'Kanit', sans-serif;
}
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>User_tranfer</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="css\user_tranfer.css"> <link rel="stylesheet" href="css\user_tranfer.css">
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
......
...@@ -3,10 +3,13 @@ ...@@ -3,10 +3,13 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>User_transaction</title> <title>User_transection</title>
<style> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300&display=swap'); <link rel="stylesheet" href="css\user_transection_history.css">
</style> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">
</head> </head>
...@@ -28,15 +31,22 @@ ...@@ -28,15 +31,22 @@
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<th scope="row">1</th> <thead>
<td>15 ม.ค. 2566 <br> 12.00 น.</td> <tr>
<th data-type="date"></th>
</tr>
</thead>
<tr>
<td>12/1/2000</td>
<td>การเติมเงิน</td> <td>การเติมเงิน</td>
<td>500</td> <td>500</td>
<td>สำเร็จ</td> <td>สำเร็จ</td>
</tr> </tr>
</tr>
<tr> <tr>
<th scope="row">2</th>
<td>13 ม.ค. 2566</td>
<td>การเติมเงิน</td> <td>การเติมเงิน</td>
<td>1000</td> <td>1000</td>
<td>ล้มเหลว</td> <td>ล้มเหลว</td>
......
...@@ -27,8 +27,4 @@ ...@@ -27,8 +27,4 @@
Route::get('/user_tranfer',[App\Http\Controllers\UserController::class,'Tranfer'])->name('User_tranfer'); Route::get('/user_tranfer',[App\Http\Controllers\UserController::class,'Tranfer'])->name('User_tranfer');
Route::get('/user_transaction',[App\Http\Controllers\UserController::class,'Transection'])->name('User_transection'); Route::get('/user_transection',[App\Http\Controllers\UserController::class,'Transection'])->name('User_transection');
Route::get('/A',function () {
return view('R/A');
});
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment