ÿØÿà JFIF H H ÿÛ C ÿÛ Cÿ " ÿÄ ÿÄ ÿÚ ±5¬€ ÿÄ àÿÚ ÿÄ ÀÿÚ ? ÿÄ ÀÿÚ ? ÿÄ àÿÚ ? ÿÄ àÿÚ ?! ÿÚ ÿÄ ÀÿÚ ? ÿÄ ÀÿÚ ? ÿÄ àÿÚ ? ÿÙ
| 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/public_html/resources/views/templates/rspass/ |
Upload File : |
<style type="text/css">
#signup-box {
width: 320px;
margin: 0 auto;
background: #fcfcfc;
border-radius: 3px;
margin-top: 40px;
border: 1px solid #e1e1e1;
padding: 0 15px;
}
@media only screen and (min-width: 768px)
{
#signup-box {
width: 480px;
padding: 0 30px;
padding-bottom: 30px;
}
}
@media only screen and (min-width: 480px)
{
#signup-box {
width: 400px;
padding: 0 30px;
padding-bottom: 30px;
}
}
#signup-box .gate-id-form {
margin-top: 10px;
}
.signup-text-form {
font-size: 18px;
color: #444;
text-align: left;
margin-top: 25px;
padding-bottom: 10px;
}
#frm-error-2 {
margin-bottom: 20px;
color: #ca2a2a;
}
#signup-box .gate-id-form .text-field {
width: 100%;
border: 1px solid #e1e1e1;
border-radius: 3px;
margin-bottom: 10px;
height: 35px;
padding: 0px 20px;
}
.submit-bt-gate-id {
outline: none;
border: none;
background: #e5a200;
color: #fff;
padding: 10px 20px;
}
@media only screen and (min-width: 480px)
{
.submit-bt-gate-id {
margin-top: 20px;
margin-bottom: 10px;
display: inline-block;
width: auto;
width: auto;
margin-left: 0;
margin-top: 15px;
}}
.pupn{
padding: 50px 0px 0px 0px;text-align: center;
}
</style>
@extends('index')
@section('content')
<?php
$setting = Cache::get('setting');
if(!empty($_SESSION['lang'])){
if(!empty($_SESSION))
$a = $_SESSION['lang'];
else
$a = 'en';
} else{
$a = 'en';
}
?>
<section class="vk-content">
<div class="vk-banner vk-background--image-3">
<div class="container">
<div class="vk-banner__content">
<div class="vk-banner__logo">
<a href="{{ url('/') }}" title="">
<img src="{{ asset('upload/hinhanh/'.$setting->images2) }}" alt="Logo" />
</a>
</div> <!--./logo-->
<h2 class="vk-banner__heading text-uppercase"><span>{!! $a == 'vi' ? 'Quên máºt khẩu' : 'Forgot password' !!}</span></h2>
</div>
</div>
<div class="vk-breadcrumb vk-banner__breadcrumb">
<nav class="container">
<ul class="vk-list vk-list--inline vk-breadcrumb__list">
<li class="vk-list__item"><a href="{{ url('/') }}">{!! $a == 'vi' ? 'Trang chá»§' : 'Home' !!}</a></li>
<li class="vk-list__item active">{!! $a == 'vi' ? 'Quên máºt khẩu' : 'Forgot password' !!}</li>
</ul>
</nav>
</div>
</div>
<!--./vk-banner-->
<div class="vk-page vk-page--shop">
<div class="container">
<div class="pupn">
@include('admin.messages_error')
</div>
<div id="signup-box">
<form class="gate-id-form" id="frm-getpass-step1" action="{!! route('postguimatkhau') !!}" method="POST">
<input type="hidden" name="_token" value="{!! csrf_token() !!}" />
<h3 class="signup-text-form">{!! $a == 'vi' ? 'Quên máºt khẩu' : 'Forgot password' !!}</h3>
<p style="text-align:left; color:#666;">{!! $a == 'vi' ? 'Nháºp thông tin cá»§a bạn để tìm lại máºt khẩu' : 'Enter your information to retrieve your password' !!}</p>
<div id="frm-error-2"></div>
<input class="text-field" placeholder="User" name="username" required="" type="text" autocomplete="off">
<input class="text-field" placeholder="Email" name="email" required="email" autocomplete="off">
<input type="submit" name="submit" id="submit" value="Tiếp tục" class="button-3d submit-bt-gate-id"/>
</form>
</div><!-- end sign-up-box -->
</div>
</div><!--./page-->
</section>
<!--./content-->
@endsection