diff --git a/resources/views/User/v_user_transection_history.blade.php b/resources/views/User/v_user_transection_history.blade.php index 9a0239dd41a9e737df74a3bb6f4746bcbaf71c2e..833a8d2272796eba486603b0c388527955e37d99 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>