Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • 8c5d46cfa5e188476abd7050bd5ec03ca185ddb5
  • main default protected
  • revert
  • 64160159
  • 64160292
  • 64160073
  • html-v_page
  • 64160174
  • 64160072
  • 64160295
  • production
11 results

v_member_home.blade.php

Blame
  • v_member_home.blade.php 3.40 KiB
    @extends('layouts.v_navbar_member')
    @section('navbar_member')
    <!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">
        <title>Member Home</title>
    </head>
    
    <body>
    
        <div class="container">
            <h1 class="head-tranfer">แจ้งหลักฐานการเติมเงิน</h1>
            <h1>Hello, </h1>
            <p>Name: {{ $aaa }}</p>
        </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>
    @endsection