diff --git a/app/Http/Controllers/RegisterController.php b/app/Http/Controllers/RegisterController.php new file mode 100644 index 0000000000000000000000000000000000000000..4dba465a455659c04823fc2c7d9c5174602abad4 --- /dev/null +++ b/app/Http/Controllers/RegisterController.php @@ -0,0 +1,13 @@ +<?php + +namespace App\Http\Controllers; + +use App\Http\Controllers\Controller; +use Illuminate\Http\Request; + +class RegisterController extends Controller +{ + public function Register(){ + return view('Register/v_register_pang1'); + } +} diff --git a/public/css/Admin/register_pang1.css b/public/css/Admin/register_pang1.css new file mode 100644 index 0000000000000000000000000000000000000000..3b4af1dcf5bce2ed969b9adf3bc0ad43bf34d68f --- /dev/null +++ b/public/css/Admin/register_pang1.css @@ -0,0 +1,58 @@ +body { + font-family: 'Prompt'; +} + +.nav { + + box-sizing: border-box; + width: 305px; + height: 1024px; + left: 0px; + top: 0px; + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.3); + font-style: normal; + font-weight: 400; + font-size: 24px; + +} + +.h1 { + position: absolute; + width: 400px; + height: 48px; + left: 435px; + top: 116px; +} + +.row { + box-sizing: border-box; + + position: absolute; + width: 928px; + height: 695px; + left: 405px; + top: 230px; + + background: #FFFFFF; + border: 1px solid; + border-radius: 10px; + +} + +.col-md-6 input[type="date"] { + width: 420px; + height: 30px; + left: 888px; + top: 481px; + border: none; + border-bottom: 1px solid black; + border-radius: 0px; +} + +#validationCustom01, +InputEmail1 { + border: none; + border-bottom: 1px solid black; + border-radius: 0px; +} diff --git a/public/css/Admin/register_pang2.css b/public/css/Admin/register_pang2.css new file mode 100644 index 0000000000000000000000000000000000000000..d9d83092f84448008f1276080b037213e105402e --- /dev/null +++ b/public/css/Admin/register_pang2.css @@ -0,0 +1,211 @@ +body { + font-family: 'Prompt'; +} + +.nav { + + box-sizing: border-box; + width: 305px; + height: 1024px; + left: 0px; + top: 0px; + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.3); + font-style: normal; + font-weight: 400; + font-size: 24px; + +} + +.h1 { + position: absolute; + width: 400px; + height: 48px; + left: 435px; + top: 116px; +} + +.row { + box-sizing: border-box; + position: absolute; + width: 928px; + height: 750px; + left: 405px; + top: 230px; + + background: #FFFFFF; + border: 1px solid; + border-radius: 10px; + +} + + + + +.a1 { + display: flex; + flex-direction: row; + align-items: center; +} + +.a1 input { + width: 322px; + height: 30px; + border: none; + border-bottom: 1px solid black; + border-radius: 0px; + margin-right: 10px; +} + +.a212 { + display: flex; + flex-direction: row; + align-items: center; +} + +.a212 input { + width: 151px; + height: 30px; + border: none; + border-bottom: 1px solid black; + border-radius: 0px; + margin-right: 10px; +} + +.a2 { + display: flex; + flex-direction: row; + align-items: center; +} + +.a2 .form-check { + display: flex; + flex-direction: row; + align-items: center; +} + +.a3 { + display: flex; + flex-direction: row; + align-items: center; +} + +.a3 input { + width: 538px; + height: 30px; + border: none; + border-bottom: 1px solid black; + border-radius: 0px; + margin-right: 10px; +} + +.a4 { + display: flex; + flex-direction: row; + align-items: center; +} + +.a4 input { + width: 490px; + height: 30px; + border: none; + border-bottom: 1px solid black; + border-radius: 0px; + margin-right: 10px; +} + +.a5 { + display: flex; + flex-direction: row; + align-items: center; +} + +.a5 input { + width: 129.7px; + height: 30px; + border: none; + border-bottom: 1px solid black; + border-radius: 0px; + margin-right: 10px; +} + +#validationCustom03 { + width: 290px; + height: 30px; + border: none; + border-bottom: 1px solid black; + border-radius: 0px; + margin-right: 10px; +} + +.a6 { + display: flex; + flex-direction: row; + align-items: center; +} + +.a6 input { + width: 130px; + height: 30px; + border: none; + border-bottom: 1px solid black; + border-radius: 0px; + margin-right: 10px; +} + +#name { + width: 459px; +} + +.a7 { + display: flex; + flex-direction: row; + align-items: center; +} + +.a7 input { + width: 156.8px; + height: 30px; + border: none; + border-bottom: 1px solid black; + border-radius: 0px; + margin-right: 10px; +} + +.a8 { + display: flex; + flex-direction: row; + align-items: center; +} + +.a8 input { + width: 228px; + height: 30px; + border: none; + border-bottom: 1px solid black; + border-radius: 0px; + margin-right: 10px; +} + +.a9 { + display: flex; + flex-direction: row; + align-items: center; +} + +.a9 input { + height: 30px; + border: none; + border-bottom: 1px solid black; + border-radius: 0px; + margin-right: 10px; +} + +#country { + width: 200px; + +} + +#phonenumber { + width: 455px; +} diff --git a/resources/views/Admin/Admin_register/Admin_register1.blade.php b/resources/views/Admin/Admin_register/Admin_register1.blade.php deleted file mode 100644 index e75a074aac9c5646fd5820f840bd4316a73e106a..0000000000000000000000000000000000000000 --- a/resources/views/Admin/Admin_register/Admin_register1.blade.php +++ /dev/null @@ -1,196 +0,0 @@ -<!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> - -<head> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <!-- เรียกใช้ Bootstrap 5 --> - <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" /> - <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Prompt"> - <style> - body { - font-family: 'Prompt'; - } - - .nav { - - box-sizing: border-box; - width: 305px; - height: 1024px; - left: 0px; - top: 0px; - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.3); - font-style: normal; - font-weight: 400; - font-size: 24px; - - } - - .h1 { - position: absolute; - width: 400px; - height: 48px; - left: 435px; - top: 116px; - } - - .row { - box-sizing: border-box; - - position: absolute; - width: 928px; - height: 695px; - left: 405px; - top: 230px; - - background: #FFFFFF; - border: 1px solid; - border-radius: 10px; - - } - - - - - .col-md-6 input[type="date"] { - width: 420px; - height: 30px; - left: 888px; - top: 481px; - border: none; - border-bottom: 1px solid black; - border-radius: 0px; - } - - #validationCustom01, InputEmail1 { - border: none; - border-bottom: 1px solid black; - border-radius: 0px; - } - </style> -</head> - -<body> - <nav class="navbar navbar-light bg-light border border-primary"> - <div class="container-fluid"> - <a class="btn btn-outline-success">Navbar</a> - <form class="d-flex"> - <button class="btn btn-outline-success me-2" type="submit"> - name - </button> - <button class="btn btn-outline-success" type="submit">out</button> - </form> - </div> - </nav> - <div class="h1 text-center ">ลงทะเบียนสมาชิก</div> - - - <ul class="nav flex-column > - <li class=" nav-item"> - <a class="nav-link" href="#">ลงทะเบียนสมาชิก</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="#">อนุมัติสมาชิก</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="#">คำนวนเงิน</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="#">ปรับปรุงข้อมูลสมาชิก</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="#">หลักฐานการแจ้งฝากเงิน</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="#">รายงาน</a> - </li> - </ul> - - - <form class="row border border-primary needs-validation " novalidate> - <div></div> - <div class="col-md-2 "> - <label for="validationCustom01" class="form-label">คำนำหน้า</label> - <input type="text" class="form-control" id="validationCustom01" > - </div> - <div class="col-md-5"> - <label for="validationCustom01" class="form-label">ชื่อ</label> - <input type="text" class="form-control" id="validationCustom01" > - </div> - <div class="col-md-5"> - <label for="validationCustom01" class="form-label">นามสกุล</label> - <input type="text" class="form-control" id="validationCustom01" > - </div> - - <div class="col-md-2"> - <label for="validationCustom01" class="form-label">Prefix</label> - <input type="text" class="form-control" id="validationCustom01" > - </div> - <div class="col-md-5"> - <label for="validationCustom01" class="form-label">First Name</label> - <input type="text" class="form-control" id="validationCustom01" > - </div> - <div class="col-md-5"> - <label for="validationCustom01" class="form-label">Last Name</label> - <input type="text" class="form-control" id="validationCustom01" > - </div> - - <div class="col-md-6"> - <label for="validationCustom01" class="form-label">เลขบัตรประชาชน</label> - <input type="text" class="form-control" id="validationCustom01" > - </div> - <div class="col-md-6 "> - <label for="Birthday">วันเกิด</label><br> - <div class="mt-3"> - <input type="date" id="Birthday" name="Birthday" required> - </div> - </div> - - <div class="col-md-6"> - <label for="validationCustom01" class="form-label">ที่อยู่ตามบัตรประชาชน</label> - <input type="text" class="form-control" id="validationCustom01" > - </div> - <div class="col-md-6"> - <label for="validationCustom01" class="form-label">ตำบล/แขวง</label> - <input type="text" class="form-control" id="validationCustom01" > - </div> - - <div class="col-md-4"> - <label for="validationCustom01" class="form-label">อำเภอ</label> - <input type="text" class="form-control" id="validationCustom01" > - </div> - <div class="col-md-4"> - <label for="validationCustom01" class="form-label">จังหวัด</label> - <input type="text" class="form-control" id="validationCustom01" > - </div> - <div class="col-md-4"> - <label for="validationCustom01" class="form-label">รหัสไปรษณีย์</label> - <input type="text" class="form-control" id="validationCustom01" > - </div> - - <div class="col-md-6"> - <label for="validationCustom01" class="form-label">อีเมล</label> - <input type="email" class="form-control" id="validationCustom01" > - <div class="invalid-feedback"> - กรุณากรอกอีเมล - </div> - </div> - <div class="col-md-6"> - <label for="validationCustom01" class="form-label">ยืนยันอีเมล</label> - <input type="email" class="form-control" id="validationCustom01"> - </div> - <div class="col-12 text-end"> - <a class="btn btn-primary" - href=http://127.0.0.1:5501/ลงทะเบียนสมาชิกต่อ.html" - role="button">ถัดไป</a> - </div> - </form> -</body> - -</html> \ No newline at end of file diff --git a/resources/views/Admin/Admin_register/Admin_register2.blade.php b/resources/views/Admin/Admin_register/Admin_register2.blade.php deleted file mode 100644 index a5cc7f4f3a44ad960e45dd8bd2172d4c7f40bd1c..0000000000000000000000000000000000000000 --- a/resources/views/Admin/Admin_register/Admin_register2.blade.php +++ /dev/null @@ -1,375 +0,0 @@ -<!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> - -<head> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <!-- เรียกใช้ Bootstrap 5 --> - <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" /> - <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Prompt"> - <style> - body { - font-family: 'Prompt'; - } - - .nav { - - box-sizing: border-box; - width: 305px; - height: 1024px; - left: 0px; - top: 0px; - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.3); - font-style: normal; - font-weight: 400; - font-size: 24px; - - } - - .h1 { - position: absolute; - width: 400px; - height: 48px; - left: 435px; - top: 116px; - } - - .row { - box-sizing: border-box; - position: absolute; - width: 928px; - height: 750px; - left: 405px; - top: 230px; - - background: #FFFFFF; - border: 1px solid; - border-radius: 10px; - - } - - - - - .a1 { - display: flex; - flex-direction: row; - align-items: center; - } - - .a1 input { - width: 322px; - height: 30px; - border: none; - border-bottom: 1px solid black; - border-radius: 0px; - margin-right: 10px; - } - - .a212 { - display: flex; - flex-direction: row; - align-items: center; - } - - .a212 input { - width: 151px; - height: 30px; - border: none; - border-bottom: 1px solid black; - border-radius: 0px; - margin-right: 10px; - } - - .a2 { - display: flex; - flex-direction: row; - align-items: center; - } - - .a2 .form-check { - display: flex; - flex-direction: row; - align-items: center; - } - - .a3 { - display: flex; - flex-direction: row; - align-items: center; - } - - .a3 input { - width: 538px; - height: 30px; - border: none; - border-bottom: 1px solid black; - border-radius: 0px; - margin-right: 10px; - } - - .a4 { - display: flex; - flex-direction: row; - align-items: center; - } - - .a4 input { - width: 490px; - height: 30px; - border: none; - border-bottom: 1px solid black; - border-radius: 0px; - margin-right: 10px; - } - - .a5 { - display: flex; - flex-direction: row; - align-items: center; - } - - .a5 input { - width: 129.7px; - height: 30px; - border: none; - border-bottom: 1px solid black; - border-radius: 0px; - margin-right: 10px; - } - - #validationCustom03 { - width: 290px; - height: 30px; - border: none; - border-bottom: 1px solid black; - border-radius: 0px; - margin-right: 10px; - } - - .a6 { - display: flex; - flex-direction: row; - align-items: center; - } - - .a6 input { - width: 130px; - height: 30px; - border: none; - border-bottom: 1px solid black; - border-radius: 0px; - margin-right: 10px; - } - - #name { - width: 459px; - } - - .a7 { - display: flex; - flex-direction: row; - align-items: center; - } - - .a7 input { - width: 156.8px; - height: 30px; - border: none; - border-bottom: 1px solid black; - border-radius: 0px; - margin-right: 10px; - } - - .a8 { - display: flex; - flex-direction: row; - align-items: center; - } - - .a8 input { - width: 228px; - height: 30px; - border: none; - border-bottom: 1px solid black; - border-radius: 0px; - margin-right: 10px; - } - .a9 { - display: flex; - flex-direction: row; - align-items: center; - } - - .a9 input { - height: 30px; - border: none; - border-bottom: 1px solid black; - border-radius: 0px; - margin-right: 10px; - } - #country{ - width: 200px; - - } - #phonenumber{ - width: 455px; - } - - - - </style> -</head> - -<body> - <nav class="navbar navbar-light bg-light border border-primary"> - <div class="container-fluid"> - <a class="btn btn-outline-success">Navbar</a> - <form class="d-flex"> - <button class="btn btn-outline-success me-2" type="submit"> - name - </button> - <button class="btn btn-outline-success" type="submit">out</button> - </form> - </div> - </nav> - <div class="h1 text-center ">ลงทะเบียนสมาชิก</div> - - - <ul class="nav flex-column > - <li class=" nav-item"> - <a class="nav-link" href="#">ลงทะเบียนสมาชิก</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="#">อนุมัติสมาชิก</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="#">คำนวนเงิน</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="#">ปรับปรุงข้อมูลสมาชิก</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="#">หลักฐานการแจ้งฝากเงิน</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="#">รายงาน</a> - </li> - </ul> - - - <form class="row border border-primary "> - <div class="a m-5"> - ได้ทราบข้อบังคับของการฌาปนกิจสงเคราะห์สภาทนายความ และเห็นชอบด้วย - จึงขอแจ้งความประสงค์สมัครเข้าเป็นสมาชิก - <br> การฌาปนกิจสงเคราะห์สภาทนายความ - และขอให้ถ้อยคำเป็นลายลักษณ์อักษรต่อคณะกรรมการฌาปนกิจสงเคราห์ - ดังนี้ - </div> - <div class="a1"> - ข้อ 1. ข้าพเจ้า เกิดวันที่ <input type="date" id="Birthday" name="Birthday"> ปัจจุบันอายุ - <input type="text" class="form-control" id="validationCustom01"> - </div> - ข้อ 2. ข้าพเจ้า - <div class="a2"> - <p class="text"> - <div class="a21 mx-5"> - 2.1 เป็นทนายความประเภท - <input class="form-check-input" type="radio" name="flexRadioDefault" id="flexRadioDefault1" checked> - <label class="form-check-label" for="flexRadioDefault1"> - ตลอดชีพ - </label> - </div> - <div class="form-check"> - <input class="form-check-input" type="radio" name="flexRadioDefault" id="flexRadioDefault2"> - - <label class="form-check-label" for="flexRadioDefault2"> - สองปี - </label> - <div class="b21 ms-4"> - ใบอนุญาติเลขที่ - </div> - <div class="a212 ms-4"> - <input type="text" class="form-control" id="validationCustom01"> - <a>/</a> - <input type="text" class="form-control" id="validationCustom01"> - </div> - </div> - </p> - </div> - <div class="a3 mx-5"> - 2.2 เป็นพนักงานประจำสภาทนายความสังกัด - <input type="text" class="form-control" id="validationCustom01"> - - </div> - <div class="a4 mx-5"> - 2.3 เป็นบุคคลในครอบครัวของ (นาย/นาง/นางสาว) - <input type="text" class="form-control" id="validationCustom01"> - </div> - - <div class="a5"> - ใบอนุญาตทนายความเลขที่ - <input type="text" class="form-control" id="validationCustom01"> - <a>/</a> - <input type="text" class="form-control" id="validationCustom01"> - โดยเกี่ยวข้องเป็น - <input type="text" class="form-control" id="validationCustom03"> - </div> - <div class="mt-2"> - ข้อ 3. เมื่อข้าพเจ้าถึงแก่ความตาย ข้อให้คณะกรรมการจ่ายเงินสงเคราะห์ ให้แก่ - </div> - - - <div class="a6"> - 3.1 ชื่อ - <input type="text" class="form-control" id="name"> - เกี่ยวข้องเป็น - <input type="text" class="form-control" id="validationCustom03"> - </div> - <div class="a7"> - อยู่บ้านเลขที่ - <input type="text" class="form-control" id="้homenumber"> - หมู่ที่ - <input type="text" class="form-control" id="villagenumber"> - หมู่บ้าน - <input type="text" class="form-control" id="villagename"> - ตรอก/ซอย - <input type="text" class="form-control" id="alley"> - </div> - <div class="a8"> - ถนน - <input type="text" class="form-control" id="rode"> - ตำบล/แขวง - <input type="text" class="form-control" id="canton"> - อำเภอ/เขต - <input type="text" class="form-control" id="district"> - </div> - <div class="a9"> - จังหวัด - <input type="text" class="form-control" id="country"> - โทรศัพท์ที่สามารถติดต่อได้ - <input type="text" class="form-control" id="phonenumber"> - </div> - <div class="a10 text-center"> - เพิ่มข้อมูล - </div> - <div class="col-12 text-end"> - <a class="btn btn-secondary" - href="http://127.0.0.1:5501/ลงทะเบียนสมาชิก.html" - role="button">ย้อนกลับ</a> - <a class="btn btn-primary" - href="" - role="button">ถัดไป</a> - </div> - - </form> -</body> - -</html> \ No newline at end of file diff --git a/resources/views/R/A.blade.php b/resources/views/R/A.blade.php deleted file mode 100644 index be13f66ebe629944795ab6714ee03985c8c8421d..0000000000000000000000000000000000000000 --- a/resources/views/R/A.blade.php +++ /dev/null @@ -1,177 +0,0 @@ -<!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> - -<head> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <!-- เรียกใช้ Bootstrap 5 --> - <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" /> - <link rel="stylesheet" - href="https://fonts.googleapis.com/css?family=Prompt"> - <style> - body{ - font-family: 'Prompt'; - } - .nav { - - box-sizing: border-box; - width: 305px; - height: 1024px; - left: 0px; - top: 0px; - background: #ffffff; - border-right: 1px solid rgba(0, 0, 0, 0.3); - font-style: normal; - font-weight: 400; - font-size: 24px; - - } - - .h1 { - position: absolute; - width: 400px; - height: 48px; - left: 435px; - top: 116px; - } - .row{ - box-sizing: border-box; - -position: absolute; -width: 928px; -height: 695px; -left: 405px; -top: 230px; - -background: #FFFFFF; -border: 1px solid rgba(0, 0, 0, 0.3); -border-radius: 10px; - } - - - .col-md-6 input[type="date"] { - width: 420px; -height: 36px; -left: 888px; -top: 481px; -} - </style> -</head> - -<body> - <nav class="navbar navbar-light bg-light border border-primary"> - <div class="container-fluid"> - <a class="btn btn-outline-success">Navbar</a> - <form class="d-flex"> - <button class="btn btn-outline-success me-2" type="submit"> - name - </button> - <button class="btn btn-outline-success" type="submit">out</button> - </form> - </div> - </nav> - <div class="h1 text-center border border-primary">ลงทะเบียนสมาชิก</div> - - - <ul class="nav flex-column border border-primary> - <li class=" nav-item"> - <a class="nav-link" href="#">ลงทะเบียนสมาชิก</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="#">อนุมัติสมาชิก</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="#">คำนวนเงิน</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="#">ปรับปรุงข้อมูลสมาชิก</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="#">หลักฐานการแจ้งฝากเงิน</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="#">รายงาน</a> - </li> - </ul> - - <form class="row g-3 border border-primary needs-validation" novalidate> - <div class="col-md-2"> - <label for="validationCustom01" class="form-label">คำนำหน้า</label> - <input type="text" class="form-control" id="validationCustom01" required> - </div> - <div class="col-md-5"> - <label for="validationCustom01" class="form-label">ชื่อ</label> - <input type="text" class="form-control" id="validationCustom01" required> - </div> - <div class="col-md-5"> - <label for="validationCustom01" class="form-label">นามสกุล</label> - <input type="text" class="form-control" id="validationCustom01" required> - </div> - - <div class="col-md-2"> - <label for="validationCustom01" class="form-label">Prefix</label> - <input type="text" class="form-control" id="validationCustom01" required> - </div> - <div class="col-md-5"> - <label for="validationCustom01" class="form-label">First Name</label> - <input type="text" class="form-control" id="validationCustom01" required> - </div> - <div class="col-md-5"> - <label for="validationCustom01" class="form-label">Last Name</label> - <input type="text" class="form-control" id="validationCustom01" required> - </div> - - <div class="col-md-6"> - <label for="validationCustom01" class="form-label">เลขบัตรประชาชน</label> - <input type="text" class="form-control" id="validationCustom01" required> - </div> - <div class="col-md-6 mt-4"> - <label for="Birthday">วันเกิด</label><br> - <input type="date" id="Birthday" name="Birthday" required> - </div> - - <div class="col-md-6"> - <label for="validationCustom01" class="form-label">ที่อยู่ตามบัตรประชาชน</label> - <input type="text" class="form-control" id="validationCustom01" required> - </div> - <div class="col-md-6"> - <label for="validationCustom01" class="form-label">ตำบล/แขวง</label> - <input type="text" class="form-control" id="validationCustom01" required> - </div> - - <div class="col-md-4"> - <label for="validationCustom01" class="form-label">อำเภอ</label> - <input type="text" class="form-control" id="validationCustom01" required> - </div> - <div class="col-md-4"> - <label for="validationCustom01" class="form-label">จังหวัด</label> - <input type="text" class="form-control" id="validationCustom01" required> - </div> - <div class="col-md-4"> - <label for="validationCustom01" class="form-label">รหัสไปรษณีย์</label> - <input type="text" class="form-control" id="validationCustom01" required> - </div> - - <div class="col-md-6"> - <label for="InputEmail1" class="form-label">อีเมล</label> - <input type="email" class="form-control" id="InputEmail1" required> - <div class="invalid-feedback"> - กรุณากรอกอีเมล - </div> - </div> - <div class="col-md-6"> - <label for="InputEmail1" class="form-label">ยืนยันอีเมล</label> - <input type="email" class="form-control" id="InputEmail1" > - </div> - <div class="col-12 text-end"> - <a class="btn btn-primary" href="http://127.0.0.1:5500/%E0%B8%A5%E0%B8%87%E0%B8%97%E0%B8%B0%E0%B9%80%E0%B8%9A%E0%B8%A3%E0%B8%A2%E0%B8%99%E0%B8%AA%E0%B8%A1%E0%B8%B2%E0%B8%8A%E0%B8%B4%E0%B8%81%E0%B8%95%E0%B9%88%E0%B8%AD.html" role="button">ถัดไป</a> - </div> - </form> -</body> - -</html> \ No newline at end of file diff --git a/resources/views/Register/v_admin_register.blade.php b/resources/views/Register/v_admin_register.blade.php deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/resources/views/Register/v_register_pang1.blade.php b/resources/views/Register/v_register_pang1.blade.php new file mode 100644 index 0000000000000000000000000000000000000000..b48d35affc80d2e45d4e302d419b27230b32fb8b --- /dev/null +++ b/resources/views/Register/v_register_pang1.blade.php @@ -0,0 +1,132 @@ +<!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> +<head> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <!-- เรียกใช้ Bootstrap 5 --> + <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" /> + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Prompt"> + <link rel="stylesheet" href="css/admin/register.css"> +</head> +<body> + <nav class="navbar navbar-light bg-light border border-primary"> + <div class="container-fluid"> + <a class="btn btn-outline-success">Navbar</a> + <form class="d-flex"> + <button class="btn btn-outline-success me-2" type="submit"> + name + </button> + <button class="btn btn-outline-success" type="submit">out</button> + </form> + </div> + </nav> + <div class="h1 text-center ">ลงทะเบียนสมาชิก</div> + + + <ul class="nav flex-column"> + <li class="nav-item"> + <a class="nav-link" href="#">ลงทะเบียนสมาชิก</a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#">อนุมัติสมาชิก</a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#">คำนวนเงิน</a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#">ปรับปรุงข้อมูลสมาชิก</a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#">หลักฐานการแจ้งฝากเงิน</a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#">รายงาน</a> + </li> + </ul> + + + <form class="row border border-primary needs-validation " novalidate> + <div></div> + <div class="col-md-2 "> + <label for="validationCustom01" class="form-label">คำนำหน้า</label> + <input type="text" class="form-control" id="validationCustom01"> + </div> + <div class="col-md-5"> + <label for="validationCustom01" class="form-label">ชื่อ</label> + <input type="text" class="form-control" id="validationCustom01"> + </div> + <div class="col-md-5"> + <label for="validationCustom01" class="form-label">นามสกุล</label> + <input type="text" class="form-control" id="validationCustom01"> + </div> + + <div class="col-md-2"> + <label for="validationCustom01" class="form-label">Prefix</label> + <input type="text" class="form-control" id="validationCustom01"> + </div> + <div class="col-md-5"> + <label for="validationCustom01" class="form-label">First Name</label> + <input type="text" class="form-control" id="validationCustom01"> + </div> + <div class="col-md-5"> + <label for="validationCustom01" class="form-label">Last Name</label> + <input type="text" class="form-control" id="validationCustom01"> + </div> + + <div class="col-md-6"> + <label for="validationCustom01" class="form-label">เลขบัตรประชาชน</label> + <input type="text" class="form-control" id="validationCustom01"> + </div> + <div class="col-md-6 "> + <label for="Birthday">วันเกิด</label><br> + <div class="mt-3"> + <input type="date" id="Birthday" name="Birthday" required> + </div> + </div> + + <div class="col-md-6"> + <label for="validationCustom01" class="form-label">ที่อยู่ตามบัตรประชาชน</label> + <input type="text" class="form-control" id="validationCustom01"> + </div> + <div class="col-md-6"> + <label for="validationCustom01" class="form-label">ตำบล/แขวง</label> + <input type="text" class="form-control" id="validationCustom01"> + </div> + + <div class="col-md-4"> + <label for="validationCustom01" class="form-label">อำเภอ</label> + <input type="text" class="form-control" id="validationCustom01"> + </div> + <div class="col-md-4"> + <label for="validationCustom01" class="form-label">จังหวัด</label> + <input type="text" class="form-control" id="validationCustom01"> + </div> + <div class="col-md-4"> + <label for="validationCustom01" class="form-label">รหัสไปรษณีย์</label> + <input type="text" class="form-control" id="validationCustom01"> + </div> + + <div class="col-md-6"> + <label for="validationCustom01" class="form-label">อีเมล</label> + <input type="email" class="form-control" id="validationCustom01"> + <div class="invalid-feedback"> + กรุณากรอกอีเมล + </div> + </div> + <div class="col-md-6"> + <label for="validationCustom01" class="form-label">ยืนยันอีเมล</label> + <input type="email" class="form-control" id="validationCustom01"> + </div> + <div class="col-12 text-end"> + <a class="btn btn-primary" href=http://127.0.0.1:5501/ลงทะเบียนสมาชิกต่อ.html" role="button">ถัดไป</a> + </div> + </form> +</body> + +</html> diff --git a/resources/views/Register/v_register_pang2.blade.php b/resources/views/Register/v_register_pang2.blade.php new file mode 100644 index 0000000000000000000000000000000000000000..879b6e80604b8d00b9cfd7c147941cdf632bdce1 --- /dev/null +++ b/resources/views/Register/v_register_pang2.blade.php @@ -0,0 +1,158 @@ +<!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> + +<head> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <!-- เรียกใช้ Bootstrap 5 --> + <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" /> + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Prompt"> +</head> + +<body> + <nav class="navbar navbar-light bg-light border border-primary"> + <div class="container-fluid"> + <a class="btn btn-outline-success">Navbar</a> + <form class="d-flex"> + <button class="btn btn-outline-success me-2" type="submit"> + name + </button> + <button class="btn btn-outline-success" type="submit">out</button> + </form> + </div> + </nav> + <div class="h1 text-center ">ลงทะเบียนสมาชิก</div> + + + <ul class="nav flex-column" > + <li class=" nav-item"> + <a class="nav-link" href="#">ลงทะเบียนสมาชิก</a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#">อนุมัติสมาชิก</a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#">คำนวนเงิน</a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#">ปรับปรุงข้อมูลสมาชิก</a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#">หลักฐานการแจ้งฝากเงิน</a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#">รายงาน</a> + </li> + </ul> + + + <form class="row border border-primary "> + <div class="a m-5"> + ได้ทราบข้อบังคับของการฌาปนกิจสงเคราะห์สภาทนายความ และเห็นชอบด้วย + จึงขอแจ้งความประสงค์สมัครเข้าเป็นสมาชิก + <br> การฌาปนกิจสงเคราะห์สภาทนายความ + และขอให้ถ้อยคำเป็นลายลักษณ์อักษรต่อคณะกรรมการฌาปนกิจสงเคราห์ + ดังนี้ + </div> + <div class="a1"> + ข้อ 1. ข้าพเจ้า เกิดวันที่ <input type="date" id="Birthday" name="Birthday"> ปัจจุบันอายุ + <input type="text" class="form-control" id="validationCustom01"> + </div> + ข้อ 2. ข้าพเจ้า + <div class="a2"> + <p class="text"> + <div class="a21 mx-5"> + 2.1 เป็นทนายความประเภท + <input class="form-check-input" type="radio" name="flexRadioDefault" id="flexRadioDefault1" checked> + <label class="form-check-label" for="flexRadioDefault1"> + ตลอดชีพ + </label> + </div> + <div class="form-check"> + <input class="form-check-input" type="radio" name="flexRadioDefault" id="flexRadioDefault2"> + + <label class="form-check-label" for="flexRadioDefault2"> + สองปี + </label> + <div class="b21 ms-4"> + ใบอนุญาติเลขที่ + </div> + <div class="a212 ms-4"> + <input type="text" class="form-control" id="validationCustom01"> + <a>/</a> + <input type="text" class="form-control" id="validationCustom01"> + </div> + </div> + </p> + </div> + <div class="a3 mx-5"> + 2.2 เป็นพนักงานประจำสภาทนายความสังกัด + <input type="text" class="form-control" id="validationCustom01"> + + </div> + <div class="a4 mx-5"> + 2.3 เป็นบุคคลในครอบครัวของ (นาย/นาง/นางสาว) + <input type="text" class="form-control" id="validationCustom01"> + </div> + + <div class="a5"> + ใบอนุญาตทนายความเลขที่ + <input type="text" class="form-control" id="validationCustom01"> + <a>/</a> + <input type="text" class="form-control" id="validationCustom01"> + โดยเกี่ยวข้องเป็น + <input type="text" class="form-control" id="validationCustom03"> + </div> + <div class="mt-2"> + ข้อ 3. เมื่อข้าพเจ้าถึงแก่ความตาย ข้อให้คณะกรรมการจ่ายเงินสงเคราะห์ ให้แก่ + </div> + + + <div class="a6"> + 3.1 ชื่อ + <input type="text" class="form-control" id="name"> + เกี่ยวข้องเป็น + <input type="text" class="form-control" id="validationCustom03"> + </div> + <div class="a7"> + อยู่บ้านเลขที่ + <input type="text" class="form-control" id="้homenumber"> + หมู่ที่ + <input type="text" class="form-control" id="villagenumber"> + หมู่บ้าน + <input type="text" class="form-control" id="villagename"> + ตรอก/ซอย + <input type="text" class="form-control" id="alley"> + </div> + <div class="a8"> + ถนน + <input type="text" class="form-control" id="rode"> + ตำบล/แขวง + <input type="text" class="form-control" id="canton"> + อำเภอ/เขต + <input type="text" class="form-control" id="district"> + </div> + <div class="a9"> + จังหวัด + <input type="text" class="form-control" id="country"> + โทรศัพท์ที่สามารถติดต่อได้ + <input type="text" class="form-control" id="phonenumber"> + </div> + <div class="a10 text-center"> + เพิ่มข้อมูล + </div> + <div class="col-12 text-end"> + <a class="btn btn-secondary" href="http://127.0.0.1:5501/ลงทะเบียนสมาชิก.html" role="button">ย้อนกลับ</a> + <a class="btn btn-primary" href="" role="button">ถัดไป</a> + </div> + + </form> +</body> + +</html> diff --git a/resources/views/Register/v_user_register.blade.php b/resources/views/Register/v_user_register.blade.php deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/routes/web.php b/routes/web.php index d8fa5b90215830a7d9dfae97a63f630b9f349927..1d80065ceab87c3de6a54023af57fdf587437f3b 100644 --- a/routes/web.php +++ b/routes/web.php @@ -22,9 +22,19 @@ //route for test -Route::get('/user',[App\Http\Controllers\UserController::class,'Home'])->name('User'); -Route::get('/admin',[App\Http\Controllers\AdminController::class,'Home'])->name('admin'); +Route::get('/User',[App\Http\Controllers\UserController::class, +'Home'])->name('User'); +Route::get('/Admin',[App\Http\Controllers\AdminController::class, +'Home'])->name('Admin'); + + +Route::get('/Tranfer',[App\Http\Controllers\UserController::class, +'Tranfer'])->name('Tranfer'); + + +Route::get('/Register',[App\Http\Controllers\RegisterController::class, +'Register'])->name('Register'); 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'); diff --git a/vendor/symfony/http-kernel/Attribute/MapDateTime.php b/vendor/symfony/http-kernel/Attribute/MapDateTime.php index ce9f8568553dc579de907088b8d04936e854957f..47088b12a60eb0e7dcb9f3849fa289ba337dddfc 100644 --- a/vendor/symfony/http-kernel/Attribute/MapDateTime.php +++ b/vendor/symfony/http-kernel/Attribute/MapDateTime.php @@ -19,6 +19,8 @@ class MapDateTime { public function __construct( public readonly ?string $format = null - ) { + ) + { + } }