Path : /var/www/html/thb_loan_system/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/thb_loan_system/storage/framework/views/d364e48c39648215295087e7ed31f61d2b6756cf.php |
<?php $__env->startSection('title'); ?> <?php echo e(translate('login')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="panel panel-body login-form"> <?php if(Session::has('flash_notification.message')): ?> <script>toastr.<?php echo e(Session::get('flash_notification.level')); ?>('<?php echo e(Session::get("flash_notification.message")); ?>', 'Response Status')</script> <?php endif; ?> <?php if(isset($msg)): ?> <div class="alert alert-success"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <?php echo e($msg); ?> </div> <?php endif; ?> <?php if(isset($error)): ?> <div class="alert alert-error"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <?php echo e($error); ?> </div> <?php endif; ?> <?php if(count($errors) > 0): ?> <div class="alert alert-danger"> <ul> <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><?php echo e($error); ?></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> <?php endif; ?> <div class="text-center"> <div class="icon-object border-slate-300 text-slate-300"><i class="icon-reading"></i></div> </div> <?php echo Form::open(array('url' => url('login'), 'method' => 'post', 'name' => 'form','class'=>'f-login-form')); ?> <div class="text-center"> <h5 class="content-group"><p class="login-box-msg">Powered by KS-Technology</p> </h5> <!-- <h5 class="content-group"><p class="login-box-msg"><?php echo e(translate('sign_in')); ?></p> </h5> --> </div> <div class="form-group has-feedback has-feedback-left"> <?php echo Form::email('email', null, array('class' => 'form-control', 'placeholder'=>translate('email'),'required'=>'required')); ?> <div class="form-control-feedback"> <i class="icon-envelop text-muted"></i> </div> </div> <div class="form-group has-feedback has-feedback-left"> <?php echo Form::password('password', array('class' => 'form-control', 'placeholder'=>translate('password'),'required'=>'required')); ?> <div class="form-control-feedback"> <i class="icon-lock2 text-muted"></i> </div> </div> <!-- <div class="form-group login-options"> <div class="row"> <div class="col-sm-6"> <label class="checkbox-inline"> <input type="checkbox" name="remember" class="styled"> <?php echo e(translate('remember')); ?> </label> </div> <div class="col-sm-6 text-right"> <a href="javascript:;" id="forget-password"><?php echo e(translate('forgot_password')); ?></a> </div> </div> </div> --> <div class="form-group"> <button type="submit" class="btn bg-pink-400 btn-block"><?php echo e(translate('login')); ?> <i class="icon-arrow-right14 position-right"></i></button> </div> <?php echo Form::close(); ?> <?php echo Form::open(array('url' => url('reset'), 'method' => 'post', 'name' => 'form','class'=>'f-forget-form ')); ?> <p class="login-box-msg"><?php echo e(translate('forgot_password_msg')); ?></p> <div class="form-group has-feedback has-feedback-left"> <?php echo Form::email('email', null, array('class' => 'form-control', 'placeholder'=>translate('email'),'required'=>'required')); ?> <div class="form-control-feedback"> <i class="icon-envelop text-muted"></i> </div> </div> <div class="row"> <div class="col-xs-8"> <div class=""> <a href="javascript:;" class="btn bg-pink-400" id="back-btn"><i class="fa fa-backward"></i> <?php echo e(translate('back')); ?></a> </div> </div> <div class="col-xs-4"> <button type="submit" class="btn bg-pink-400"><?php echo e(translate('reset')); ?></button> </div> <!-- /.col --> </div> <?php echo Form::close(); ?> </div> <script> $(document).ready(function () { jQuery('.f-register-form').hide(); jQuery('.f-forget-form').hide(); jQuery('#forget-password').click(function () { jQuery('.f-login-form').hide(); jQuery('.f-forget-form').show(); }); jQuery('#register-btn').click(function () { jQuery('.f-login-form').hide(); jQuery('.f-register-form').show(); }); jQuery('#back-btn').click(function () { jQuery('.f-login-form').show(); jQuery('.f-forget-form').hide(); }); jQuery('#register-back-btn').click(function () { jQuery('.f-login-form').show(); jQuery('.f-register-form').hide(); }); }); </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.auth', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/thb_loan_system/resources/views/admin_login.blade.php ENDPATH**/ ?>