diff --git a/public/css/Register/register_page1.css b/public/css/Admin/Register/page_1.css similarity index 100% rename from public/css/Register/register_page1.css rename to public/css/Admin/Register/page_1.css diff --git a/public/css/Register/register_page2.css b/public/css/Admin/Register/page_2.css similarity index 99% rename from public/css/Register/register_page2.css rename to public/css/Admin/Register/page_2.css index d9d83092f84448008f1276080b037213e105402e..557eb8d40e3fe8e8ba9e9d7e15edd107de211b47 100644 --- a/public/css/Register/register_page2.css +++ b/public/css/Admin/Register/page_2.css @@ -3,7 +3,6 @@ body { } .nav { - box-sizing: border-box; width: 305px; height: 1024px; @@ -14,7 +13,6 @@ .nav { font-style: normal; font-weight: 400; font-size: 24px; - } .h1 { @@ -32,16 +30,11 @@ .row { height: 750px; left: 405px; top: 230px; - background: #FFFFFF; border: 1px solid; border-radius: 10px; - } - - - .a1 { display: flex; flex-direction: row; @@ -203,9 +196,8 @@ .a9 input { #country { width: 200px; - } #phonenumber { width: 455px; -} +} \ No newline at end of file diff --git a/public/css/Register/register_page3.css b/public/css/Admin/Register/page_3.css similarity index 99% rename from public/css/Register/register_page3.css rename to public/css/Admin/Register/page_3.css index 1e5c8e331f80f47fd8a770e9c2f60d8362cb1f5d..815dbb0670044a1369d7b5149cfd86f29ee2eeb9 100644 --- a/public/css/Register/register_page3.css +++ b/public/css/Admin/Register/page_3.css @@ -3,7 +3,6 @@ body { } .nav { - box-sizing: border-box; width: 305px; height: 1024px; @@ -14,7 +13,6 @@ .nav { font-style: normal; font-weight: 400; font-size: 24px; - } .container { @@ -24,7 +22,6 @@ .container { height: 64px; left: 405px; top: 204px; - } .h1 { @@ -62,12 +59,10 @@ th { .container2 { box-sizing: border-box; - width: 928px; height: 262px; left: 405px; top: 598px; - background: #FFFFFF; border: 1px solid rgba(0, 0, 0, 0.3); border-radius: 10px; @@ -80,4 +75,4 @@ .col-md-5 input { border-bottom: 1px solid black; border-radius: 0px; margin-right: 10px; -} +} \ No newline at end of file diff --git a/public/css/Admin/Register/page_4.css b/public/css/Admin/Register/page_4.css new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/public/css/Admin/Trasaction/approve.css b/public/css/Admin/Trasaction/approve.css new file mode 100644 index 0000000000000000000000000000000000000000..5ff023f9e41ba85a63cd83bfbad7d9c423e78e01 --- /dev/null +++ b/public/css/Admin/Trasaction/approve.css @@ -0,0 +1,62 @@ +.box { + width: 20%; + height: 120px; + border-radius: 10px; + margin-right: 10px; + background-color: #ffffff; + display: inline-block; +} + +.col { + left: 405px; + width: 1040px; + height: auto; + margin: 0 auto; + background: #ffffff; +} + +.container { + margin: 0 auto; +} + +.table-bordered { + border: 10px solid #dee2e6; +} + +.table-bordered th, +.table-bordered td { + border: 10px solid #dee2e6; + border-top-width: 0; + border-left-width: 0; +} + +.table-bordered thead th:first-child, +.table-bordered td:first-child { + border-left-width: 2px; + border-top-left-radius: 10px; + border-bottom-left-radius: 10px; +} + +.table-bordered thead th:last-child, +.table-bordered td:last-child { + border-right-width: 2px; + border-top-right-radius: 10px; + border-bottom-right-radius: 10px; +} + +.table-bordered thead th, +.table-bordered td { + vertical-align: middle; +} + +.col-2 input[type="text"] { + border: none; + border-bottom: 1px solid black; + border-radius: 0px; + text-align: center; +} + +.form-control:disabled, +.form-control[readonly] { + background-color: #ffffff; +} \ No newline at end of file diff --git a/public/css/Admin/Trasaction/cremation_charge.css b/public/css/Admin/Trasaction/cremation_charge.css new file mode 100644 index 0000000000000000000000000000000000000000..6d3f83c0c1b317ddbd3b6ad9425c3ad66ad60b0c --- /dev/null +++ b/public/css/Admin/Trasaction/cremation_charge.css @@ -0,0 +1,50 @@ +.box { + width: 20%; + height: 120px; + border-radius: 10px; + margin-right: 10px; + background-color: #ffffff; + display: inline-block; +} + +.col { + left: 405px; + width: 1040px; + height: auto; + margin: 0 auto; + background: #ffffff; +} + +.container { + margin: 0 auto; +} + +.table-bordered { + border: 10px solid #dee2e6; +} + +.table-bordered th, +.table-bordered td { + border: 10px solid #dee2e6; + border-top-width: 0; + border-left-width: 0; +} + +.table-bordered thead th:first-child, +.table-bordered td:first-child { + border-left-width: 2px; + border-top-left-radius: 10px; + border-bottom-left-radius: 10px; +} + +.table-bordered thead th:last-child, +.table-bordered td:last-child { + border-right-width: 2px; + border-top-right-radius: 10px; + border-bottom-right-radius: 10px; +} + +.table-bordered thead th, +.table-bordered td { + vertical-align: middle; +} \ No newline at end of file diff --git a/public/css/Admin/admin_home.css b/public/css/Admin/admin_home.css new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/public/css/Admin/report.css b/public/css/Admin/report.css new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/public/css/navbar.css b/public/css/Layouts/navbar.css similarity index 100% rename from public/css/navbar.css rename to public/css/Layouts/navbar.css diff --git a/public/css/Login.css b/public/css/Login.css deleted file mode 100644 index 2299422b6d0a17204c3ec64eb95cbba777299f56..0000000000000000000000000000000000000000 --- a/public/css/Login.css +++ /dev/null @@ -1,124 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@500&display=swap'); - -.img_resize{ - width: 200px; - height: 100px; -} -.split { - height: 100%; - width: 50%; - position: fixed; - z-index: 1; - top: 0; - overflow-x: hidden; - padding-top: 0px; - } - - /* Control the left side */ - .left { - left: 0; - background-color: #a3a2ff; - } - - /* Control the right side */ - .right { - right: 0; - background-color: rgb(255, 255, 255); - } - - /* If you want the content centered horizontally and vertically */ - .centered { - position: absolute; - top: 30%; - left: 50%; - transform: translate(-50%, -50%); - text-align: center; - } - - /* Style the image inside the centered container, if needed */ - .centered img { - width: 150px; - border-radius: 50%; - } - .img{ - overflow:hidden; - width: 100%; - height: 100%; - max-height: 100%; - position: absolute; - } - - .font{ - font-family: 'Sarabun', sans-serif; - font-size: 15px; - padding: 10px; - text-align: left; - } - .login-position{ - position: absolute; - top: 40%; - left: 50%; - text-align: center; - transform: translate(-50%); - - } - -.div-between > * { - padding: 10px; -} -.button-register{ - float:inherit; - font-family: 'Sarabun', serif; - color : #ffffff; - background-color: #3D7EFC; - border: none; - appearance: none; - border-radius: 6px; - box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset; - box-sizing: border-box; - cursor: pointer; - font-size: 14px; - font-weight: 500; - line-height: 20px; - list-style: none; - padding: 6px 16px; - position: relative; - transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1); - user-select: none; - -webkit-user-select: none; - touch-action: manipulation; - vertical-align: middle; - white-space: nowrap; - word-wrap: break-word; - width: 100%; - height: 100%; -} -.font:hover{ - font-weight: #0B57A5; -} -.button-register:hover { - background-color: #89b0ff; -} -.button-register2:hover { - background-color: #3D7EFC; - color : #ffffff; -} -.button-resize{ - display: flex; - flex-direction: row; - justify-content: center; - align-items: center; - padding: 10px 180px; - gap: 10px; - - position: relative; - width: 10%; - height: 10%; - -background: #0B57A5; -} -.input-resize{ - background-color: #EBEBEB; - border-radius: 5px; - border-color: #EBEBEB; - } diff --git a/public/css/login.css b/public/css/Login/login.css similarity index 100% rename from public/css/login.css rename to public/css/Login/login.css diff --git a/public/css/Member/member_history.css b/public/css/Member/member_history.css new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/public/css/Member/member_home.css b/public/css/Member/member_home.css new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/public/css/User/profile.css b/public/css/Member/profile.css similarity index 100% rename from public/css/User/profile.css rename to public/css/Member/profile.css diff --git a/public/css/Member/proof_tranfer.css b/public/css/Member/proof_tranfer.css new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/public/css/datepicker.css b/public/css/datepicker.css deleted file mode 100644 index 6dd2e087deff63fa83815cfc4168c79f9372ec00..0000000000000000000000000000000000000000 --- a/public/css/datepicker.css +++ /dev/null @@ -1,3 +0,0 @@ -.input-group-append { - cursor: pointer; -} diff --git a/resources/views/Admin/Transaction/v_approve_tranfer.blade.php b/resources/views/Admin/Transaction/v_approve_tranfer.blade.php index 836b57ac7ad9b2e9fca1a09d58ccf9cb9e7b9215..9eab522848e5ca153c8369fcd0e6eba3b62b7436 100644 --- a/resources/views/Admin/Transaction/v_approve_tranfer.blade.php +++ b/resources/views/Admin/Transaction/v_approve_tranfer.blade.php @@ -19,75 +19,6 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> - - <style> - .box { - width: 20%; - height: 120px; - border-radius: 10px; - margin-right: 10px; - background-color: #ffffff; - display: inline-block; - } - - .col { - lift: 405px; - width: 1040px; - height: auto; - margin: 0 auto; - background: #ffffff; - - } - - .container { - margin: 0 auto; - } - - .table-bordered { - border: 10px solid #dee2e6; - ฃ - } - - .table-bordered th, - .table-bordered td { - border: 10px solid #dee2e6; - border-top-width: 0; - border-left-width: 0; - } - - .table-bordered thead th:first-child, - .table-bordered td:first-child { - border-left-width: 2px; - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; - } - - .table-bordered thead th:last-child, - .table-bordered td:last-child { - border-right-width: 2px; - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; - } - - .table-bordered thead th, - .table-bordered td { - vertical-align: middle; - } - - .col-2 input[type="text"] { - - border: none; - border-bottom: 1px solid black; - border-radius: 0px; - text align: center; - } - - .form-control:disabled, - .form-control[readonly] { - background-color: #ffffff; - } - - </style> </head> <body> diff --git a/resources/views/Admin/Transaction/v_cremation_charge.blade.php b/resources/views/Admin/Transaction/v_cremation_charge.blade.php index 024ce2212c63fcb389e6e58565d66aa43f00c103..9bd3bde451ed56a660f7709195d92ac3c139defe 100644 --- a/resources/views/Admin/Transaction/v_cremation_charge.blade.php +++ b/resources/views/Admin/Transaction/v_cremation_charge.blade.php @@ -1,3 +1,99 @@ @extends('layouts.v_navbar') @section('navbar') +<!-- Start Content --> +<!DOCTYPE html> + +<html> +<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" + integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" /> +<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" + integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"> +</script> +<html lang="en"> +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css" + integrity="sha512-jRcyS0JzoOe9Mq3OEn5Q+U67/l7o+f+B2dG1mVWmHJ+ud7M9XmFmB7GJj6o4b4Yl+SGoSyKkfcf1FbzN1Sd9zA==" + crossorigin="anonymous" referrerpolicy="no-referrer" /> + +<head> + <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>Document</title> +</head> + +<body> + <br> <!-- จำเป็นต้องมี --> + <br> <!-- จำเป็นต้องมี --> + <br> <!-- จำเป็นต้องมี --> + <h1 class="m-5">คำนวนเงิน</h1> + + <div class="container"> + <div class="box">จำนวนผู้เสียชีวิต + <div class="text-center"> + <h1>2 คน</h1> + </div> + + </div> + <div class="box">จำนวนเงินทั้งหมด<div class="text-center"> + <h1>400 บาท </h1> + </div> + </div> + <div class="box">อัตราหักเงินสงเคราะห์ร้อยละ 4<div class="text-center"> + <h1>16 บาท </h1> + </div> + </div> + <div class="box">จำนวนที่สมาชิกจ่ายทั้งหมด<div class="text-center"> + <h1>280 บาท </h1> + </div> + </div> + <div class="row"> + <div class="col mt-5"> + <table class="table"> + <thead> + <tr> + <th>ชื่อ-นามสกุล</th> + <th>จำนวนเงินที่อยู่ในบัญชี</th> + <th>จำนวนเงินที่ต้องจ่าย</th> + <th>สถานะ</th> + </tr> + </thead> + <tbody> + <tr> + <td>John Doe</td> + <td>$100</td> + <td>$50</td> + <td>รอการชำระเงิน</td> + </tr> + <tr> + <td>Jane Smith</td> + <td>$200</td> + <td>$100</td> + <td>ชำระเงินแล้ว</td> + </tr> + <tr> + <td>Bob Johnson</td> + <td>$300</td> + <td>$150</td> + <td>ชำระเงินแล้ว</td> + </tr> + </tbody> + </table> + <div class="d-grid gap-2 d-md-flex justify-content-md-end m-3"> + <button class="btn btn-primary" type="button">ก่อนหน้า</button> + <button class="btn btn-primary" type="button">1</button> + <button class="btn btn-primary" type="button">2</button> + <button class="btn btn-primary" type="button">3</button> + <button class="btn btn-primary" type="button">4</button> + <button class="btn btn-primary" type="button">5</button> + <button class="btn btn-primary" type="button">ถัดไป</button> + </div> + </div> + </div> + </div> + + + +</body> + +</html> @endsection diff --git a/resources/views/Admin/v_admin_home.blade.php b/resources/views/Admin/v_admin_home.blade.php index 6f01639ce74a748b0c8d32598909972ec9e79a4c..024ce2212c63fcb389e6e58565d66aa43f00c103 100644 --- a/resources/views/Admin/v_admin_home.blade.php +++ b/resources/views/Admin/v_admin_home.blade.php @@ -1,25 +1,3 @@ @extends('layouts.v_navbar') @section('navbar') -<!DOCTYPE html> -<html> -<head> - <title>Admin Dashboard</title> - <link rel="stylesheet" href="/css/style.css"> -</head> -<body> - <div class="sidebar"> - <h3>My Website</h3> - <ul> - <li><a href="#">Dashboard</a></li> - <li><a href="#">Users</a></li> - <li><a href="#">Posts</a></li> - </ul> - </div> - <div class="content"> - <h1>Welcome to the Admin Dashboard</h1> - <p>This is where you can manage your website.</p> - </div> - <script src="/js/script.js"></script> -</body> -</html> @endsection diff --git a/resources/views/Member/v_member_home.blade.php b/resources/views/Member/v_member_home.blade.php new file mode 100644 index 0000000000000000000000000000000000000000..3e12a3f1ebd57adc18cae83540b49421d3fed3e1 --- /dev/null +++ b/resources/views/Member/v_member_home.blade.php @@ -0,0 +1,16 @@ +@extends('layouts.v_navbar') +@section('navbar') +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <title>Document</title> +</head> +<body> + +</body> +</html> +@endsection + diff --git a/resources/views/Member/v_profile.blade.php b/resources/views/Member/v_member_profile.blade.php similarity index 100% rename from resources/views/Member/v_profile.blade.php rename to resources/views/Member/v_member_profile.blade.php diff --git a/resources/views/Member/v_user_proof_tranfer.blade.php b/resources/views/Member/v_member_proof_tranfer.blade.php similarity index 100% rename from resources/views/Member/v_user_proof_tranfer.blade.php rename to resources/views/Member/v_member_proof_tranfer.blade.php diff --git a/resources/views/Member/v_user_transection_history.blade.php b/resources/views/Member/v_member_transection_history.blade.php similarity index 100% rename from resources/views/Member/v_user_transection_history.blade.php rename to resources/views/Member/v_member_transection_history.blade.php diff --git a/resources/views/Member/v_user_home.blade.php b/resources/views/Member/v_user_home.blade.php deleted file mode 100644 index ceced4efef26cedb6cc24cf3f46e59ab7dfadf04..0000000000000000000000000000000000000000 --- a/resources/views/Member/v_user_home.blade.php +++ /dev/null @@ -1,4 +0,0 @@ -@extends('layouts.v_navbar') -@section('navbar') -@endsection -