Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 6ac5ab44 authored by 64160295's avatar 64160295
Browse files
parents 77cf4916 a38652ee
No related branches found
No related tags found
1 merge request!12proof tranfer update
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('Benefits', function (Blueprint $table){
$table->id();
$table->string('ben_name')->nullable();
$table->string('ben_member_relation')->nullable();
$table->string('ben_phone_number')->nullable();
$table->string('mem_id')->nullable();
$table->string('address_id')->nullable();
});
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
//
}
};
body {
font-family: 'Kanit', sans-serif;
}
<!DOCTYPE html>
<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">
<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">
<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>
<div class="container"><h1 class="head-tranfer">แจ้งหลักฐานการเติมเงิน</h1></div><br>
<div class="container"><br>
<div class="card">
<div>
<h3 style="color: #36618D;">&emsp; ช่องทางการเติมเงิน</h3>
<h5>&emsp; ชื่อบัญชี : การฌาปนกิจสงเคราะห์ สภาทนายความ</h5>
<h5>&emsp; ธนาคาร : ธนาคารกสิกรไทย</h5>
<h5>&emsp; เลขที่บัญชี : XXX-X-XXXXX-X</h5><button onclick="myFunction()">คัดลอกบัญชี</button>
</div>
</div><br>
<div class="card-body">
<form>
<div class="mb-3">
<label class="form-label" for="date_picker">กรุณาระบุวันที่</label><br>
<input class="form-control" type="date" value="2021-06-18" id="html5-date-input">
</div>
<div class="mb-3">
<label class="form-label" for="time">กรุณาระบุเวลา</label><br>
<input type="text" class="form-control" id="basic-default-company" placeholder="เช่น 13.00">
</div>
<div class="mb-3">
<label class="form-label" for="deposit">กรุณาระบุจำนวนเงินที่ต้องการฝาก</label><br>
<div class="input-group input-group-merge">
<input type="text" id="basic-default-email" class="form-control" placeholder="เช่น 1000.00" aria-label="1000.00" aria-describedby="basic-default-email2">
</div><br>
<div class="mb-3">
<label class="form-label" for="formFile">กรุณาอัปโหลดสลิปการโอน (รองรับไฟล์ jpg/png เท่านั้น)</label><br>
<input class="form-control" type="file" id="formFile">
</div>
<button type="submit" class="btn btn-primary">ยืนยันการเติมเงิน</button>
</form>
</div>
</div>
</body>
\ No newline at end of file
......@@ -3,12 +3,11 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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">
<title>User_transaction</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300&display=swap');
</style>
</head>
<body>
......@@ -29,22 +28,22 @@
</thead>
<tbody>
<tr>
<td>12/1/2000</td>
<th scope="row">1</th>
<td>15 ม.ค. 2566 <br> 12.00 น.</td>
<td>การเติมเงิน</td>
<td>500</td>
<td>สำเร็จ</td>
</tr>
<tr>
<td>11/1/2000</td>
<th scope="row">2</th>
<td>13 ม.ค. 2566</td>
<td>การเติมเงิน</td>
<td>1000</td>
<td>ล้มเหลว</td>
</tr>
</tbody>
</table>
<a class="btn btn-primary col-12" href="#" role="button">ดูข้อมูลเพิ่มเติม</a>
</div>
</div>
</div>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment