| Path : /var/www/html/moneyexchange/storage/framework/views/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/moneyexchange/storage/framework/views/58cb9a0c0e232661fca1766293b878362d8825ff.php |
<!DOCTYPE html>
<html dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Tell the browser to be responsive to screen width -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Login</title>
<!-- Favicon icon -->
<link
rel="icon"
type="image/png"
sizes="16x16"
href="fav.ico"
/>
<!-- Custom CSS -->
<link href="<?php echo e(asset('dist/css/style.min.css')); ?>" rel="stylesheet" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="main-wrapper">
<div class="preloader">
<div class="lds-ripple">
<div class="lds-pos"></div>
<div class="lds-pos"></div>
</div>
</div>
<div
class="
auth-wrapper
d-flex
no-block
justify-content-center
align-items-center
bg-dark
" style="padding-bottom: 50px;"
>
<div class="auth-box bg-dark border-top border-secondary">
<div id="loginform">
<div class="text-center pt-3 pb-3">
<span class="db"
><img src="<?php echo e(asset('logo.png')); ?>" alt="logo"
/></span>
</div>
<!-- Form -->
<?php echo $__env->make('app.alert', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<form method="POST" action="<?php echo e(route('login')); ?>" class="form-horizontal mt-3">
<?php echo csrf_field(); ?>
<div class="row pb-4" style="padding-bottom: 0px !important;">
<div class="col-12">
<div class="input-group mb-3">
<div class="input-group-prepend">
<span
class="input-group-text bg-success text-white h-100"
id="basic-addon1"
><i class="mdi mdi-account fs-4"></i
></span>
</div>
<input type="text" class="form-control form-control-lg" placeholder="Phone" saria-describedby="basic-addon1" required="" autocomplete="phone" name="phone" autofocus/>
<?php $__errorArgs = ['phone'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
<span class="invalid-feedback" role="alert">
<strong><?php echo e($message); ?></strong>
</span>
<?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
</div>
<div class="input-group mb-3">
<div class="input-group-prepend">
<span
class="input-group-text bg-warning text-white h-100"
id="basic-addon2"
><i class="mdi mdi-lock fs-4"></i
></span>
</div>
<input
type="password"
class="form-control form-control-lg"
placeholder="Password"
aria-label="Password"
aria-describedby="basic-addon1"
required=""
autocomplete="current-password"
name="password"
/>
<?php $__errorArgs = ['password'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
<span class="invalid-feedback" role="alert">
<strong><?php echo e($message); ?></strong>
</span>
<?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
</div>
<div class="input-group mb-3">
<div class="form-check">
<input class="form-check-input" type="checkbox" name="remember" id="remember" <?php echo e(old('remember') ? 'checked' : ''); ?> checked>
<label class="form-check-label" for="remember" style="color:white">
Remember
</label>
</div>
</div>
</div>
</div>
<div class="row border-top border-secondary">
<div class="col-12">
<div class="form-group">
<div class="pt-3">
<button
class="btn btn-success float-end text-white"
type="submit"
>
<?php echo e(__('message.login')); ?>
</button>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- ============================================================== -->
<!-- Login box.scss -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- Page wrapper scss in scafholding.scss -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- Page wrapper scss in scafholding.scss -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- Right Sidebar -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- Right Sidebar -->
<!-- ============================================================== -->
</div>
<!-- ============================================================== -->
<!-- All Required js -->
<!-- ============================================================== -->
<script src="../assets/libs/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap tether Core JavaScript -->
<script src="../assets/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<!-- ============================================================== -->
<!-- This page plugin js -->
<!-- ============================================================== -->
<script>
$(".preloader").fadeOut();
// ==============================================================
// Login and Recover Password
// ==============================================================
$("#to-recover").on("click", function () {
$("#loginform").slideUp();
$("#recoverform").fadeIn();
});
$("#to-login").click(function () {
$("#recoverform").hide();
$("#loginform").fadeIn();
});
</script>
</body>
</html>
<?php /**PATH /var/www/html/moneyexchange/resources/views/auth/login.blade.php ENDPATH**/ ?>