From 202b9766ad841a81af662dc9620e3385ff79341e Mon Sep 17 00:00:00 2001 From: 64160072 <115350906+64160072@users.noreply.github.com> Date: Wed, 5 Apr 2023 19:36:28 +0700 Subject: [PATCH] user transection history user transection history update --- public/css/user_transection_history.css | 5 +++ .../views/User/v_user_proof_tranfer.blade.php | 1 - .../User/v_user_transection_history.blade.php | 30 ++++++++++++------ routes/web.php | 6 +--- temp_database/aria_log.00000001 | Bin 16384 -> 16384 bytes temp_database/aria_log_control | Bin 52 -> 52 bytes 6 files changed, 26 insertions(+), 16 deletions(-) create mode 100644 public/css/user_transection_history.css diff --git a/public/css/user_transection_history.css b/public/css/user_transection_history.css new file mode 100644 index 00000000..a2256ba3 --- /dev/null +++ b/public/css/user_transection_history.css @@ -0,0 +1,5 @@ +body { + font-family: 'Kanit', sans-serif; +} + + diff --git a/resources/views/User/v_user_proof_tranfer.blade.php b/resources/views/User/v_user_proof_tranfer.blade.php index ac70cace..95ad4344 100644 --- a/resources/views/User/v_user_proof_tranfer.blade.php +++ b/resources/views/User/v_user_proof_tranfer.blade.php @@ -4,7 +4,6 @@ <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <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 rel="stylesheet" href="css\user_tranfer.css"> <link rel="preconnect" href="https://fonts.googleapis.com"> diff --git a/resources/views/User/v_user_transection_history.blade.php b/resources/views/User/v_user_transection_history.blade.php index b29721a2..9a0239dd 100644 --- a/resources/views/User/v_user_transection_history.blade.php +++ b/resources/views/User/v_user_transection_history.blade.php @@ -3,10 +3,13 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>User_transaction</title> - <style> - @import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300&display=swap'); - </style> + <title>User_transection</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 rel="stylesheet" href="css\user_transection_history.css"> + <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> @@ -27,16 +30,23 @@ </tr> </thead> <tbody> - <tr> - <th scope="row">1</th> - <td>15 ม.ค. 2566 <br> 12.00 น.</td> - <td>การเติมเงิน</td> + <tr> + <thead> + <tr> + <th data-type="date"></th> + + </tr> + </thead> + <tr> + <td>12/1/2000</td> + <td>การเติมเงิน</td> <td>500</td> <td>สำเร็จ</td> + </tr> + </tr> <tr> - <th scope="row">2</th> - <td>13 ม.ค. 2566</td> + <td>การเติมเงิน</td> <td>1000</td> <td>ล้มเหลว</td> diff --git a/routes/web.php b/routes/web.php index d8fa5b90..eb2d9076 100644 --- a/routes/web.php +++ b/routes/web.php @@ -27,8 +27,4 @@ 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('/A',function () { - return view('R/A'); -}); +Route::get('/user_transection',[App\Http\Controllers\UserController::class,'Transection'])->name('User_transection'); diff --git a/temp_database/aria_log.00000001 b/temp_database/aria_log.00000001 index c41c6a89c84b0b63a9f6b660fbfbbc90a0e2ccfc..70c93c3ece7fbc6777f47ebdc3f28dd9fae63bf9 100644 GIT binary patch delta 32 lcmZo@U~Fh$+#s$rIbMO2NnB~Noq`sVGl){$EUq+B766l@2yg%Z delta 17 YcmZo@U~Fh$+#s&BIbUg_>_mqM05=r|2LJ#7 diff --git a/temp_database/aria_log_control b/temp_database/aria_log_control index 8507bb270b3230cceab9f96d57cf5acedc99a7de..079e08352b30faac079ae0ba314891ddcafdf084 100644 GIT binary patch delta 27 acmXppnII=7%k907k%7TkiGhKU0S*8<`U1rO delta 27 bcmXppnII>YqVw=HBLl;0MFs{&1~>o!T0#VO -- GitLab