From ffb94278c23271d6418a78ae30b1ca552b5b5e5f Mon Sep 17 00:00:00 2001
From: 64160072 <115350906+64160072@users.noreply.github.com>
Date: Thu, 6 Apr 2023 00:04:15 +0700
Subject: [PATCH] user transection update table

update table information deposit statement
---
 .../User/v_user_transection_history.blade.php | 23 ++++++-------------
 1 file changed, 7 insertions(+), 16 deletions(-)

diff --git a/resources/views/User/v_user_transection_history.blade.php b/resources/views/User/v_user_transection_history.blade.php
index 9a0239dd..833a8d22 100644
--- a/resources/views/User/v_user_transection_history.blade.php
+++ b/resources/views/User/v_user_transection_history.blade.php
@@ -9,8 +9,6 @@
     <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>
 
 <body>
@@ -30,30 +28,23 @@
                         </tr>
                     </thead>
                     <tbody>
-                        <tr>    
-                            <thead>
-		                    <tr>
-			                    <th data-type="date"></th>
-			
-		                </tr>
-	                        </thead>
-	                    <tr>
-		                    <td>12/1/2000</td>
+                        <tr>    		
+                            <td>12/1/2000</td>
                             <td>การเติมเงิน</td>                        
                             <td>500</td>
-                            <td>สำเร็จ</td>
-	                    </tr>
-                   
+                            <td>สำเร็จ</td>                  
                         </tr>
                         <tr>
-
+                            <td>11/1/2000</td>
                             <td>การเติมเงิน</td>
                             <td>1000</td>
                             <td>ล้มเหลว</td>
                         </tr>
-                    </tbody>
+                    </tbody>                   
                 </table>
+                <a class="btn btn-primary col-12" href="#" role="button">ดูข้อมูลเพิ่มเติม</a>
             </div>
+        
         </div>
     </div>
 </body>
-- 
GitLab