| Server IP : 103.161.17.216 / Your IP : 216.73.216.1 Web Server : nginx/1.18.0 System : Linux tipsysaigoncharming 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/charming.vn/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?>
<section id="form"><!--form-->
<div class="container">
<div class="row">
<div class="col-sm-4 col-sm-offset-1">
<div class="login-form"><!--login form-->
<h2>Đăng nhập tài khoản</h2>
<form action="<?php echo e(URL::to('/login-customer')); ?>" method="POST">
<?php echo e((csrf_field())); ?>
<input type="text" name="email_account" placeholder="Tài Khoản" />
<input type="password" name= "password_account"placeholder="password" />
<span>
<input type="checkbox" class="checkbox">
Ghi nhớ đăng nhập
</span>
<button type="submit" class="btn btn-default">Đăng nhập</button>
</form>
</div><!--/login form-->
</div>
<div class="col-sm-1">
<h2 class="or">Hoặc</h2>
</div>
<div class="col-sm-4">
<div class="signup-form"><!--sign up form-->
<h2>Đăng ký tài khoản!</h2>
<form action="<?php echo e(URL::to('/add-customer')); ?>" method="POST">
<?php echo e(csrf_field()); ?>
<input type="text" name="customer_name" placeholder="Họ và Tên"/>
<input type="email" name="customer_email" placeholder="Email Address"/>
<input type="password" name="customer_password"placeholder="Password"/>
<input type="text" name="customer_phone"placeholder="Số Điện Thoại"/>
<button type="submit" class="btn btn-default">Đăng ký</button>
</form>
</div><!--/sign up form-->
</div>
</div>
</div>
</section><!--/form-->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/charming.vn/resources/views/pages/checkout/login_checkout.blade.php ENDPATH**/ ?>