/home/mip/mip/storage/framework/views/5604a8339ea2ccf34c21d3a2d333dd01.php
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title>QxCMS | Log-in</title>
        <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
        <link rel="stylesheet" href="<?php echo e(get_template('bootstrap/css/bootstrap.min.css')); ?>">
        <link rel="stylesheet" href="<?php echo e(get_template('font-awesome-4.5.0/css/font-awesome.min.css')); ?>">
        <link rel="stylesheet" href="<?php echo e(get_template('ionicons-2.0.1/css/ionicons.min.css')); ?>">
        <link rel="stylesheet" href="<?php echo e(get_template('dist/css/AdminLTE.min.css')); ?>">
        <link rel="stylesheet" href="<?php echo e(get_template('plugins/iCheck/square/blue.css')); ?>">
        <link rel="stylesheet" href="<?php echo e(get_template('dist/css/custom.css')); ?>">
        <!-- 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/html5shiv/3.7.3/html5shiv.min.js"></script>
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
        <![endif]-->
    </head>
    <body class="hold-transition login-page">
        <div class="container" style="margin-top:100px;">
            <div class="row">
                <div class="col-md-8 col-md-offset-2">
                    <div class="panel panel-default">
                        <div class="panel-heading"><i class="fa fa-lock"></i> Reset Password</div>
                        <div class="panel-body">
                            <?php if(session('status')): ?>
                                <div class="alert alert-success alert-dismissable fade in" style="padding-top: 6px;padding-bottom: 6px;">
                                <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
                                    <?php echo e(session('status')); ?>

                                </div>
                            <?php endif; ?>
                            <form class="form-horizontal" role="form" method="POST" action="<?php echo e(url('/password/email')); ?>">
                                <?php echo csrf_field(); ?>

                                <div class="form-group<?php echo e($errors->has('email') ? ' has-error' : ''); ?>">
                                    <label class="col-md-4 control-label">E-Mail Address</label>
                                    <div class="col-md-6">
                                        <input type="email" class="form-control" name="email" placeholder="Email" value="<?php echo e(old('email')); ?>">
                                        <?php if($errors->has('email')): ?>
                                            <span class="help-block">
                                                <strong><?php echo e($errors->first('email')); ?></strong>
                                            </span>
                                        <?php endif; ?>
                                    </div>
                                </div>
                                <div class="form-group">
                                    <div class="col-md-6 col-md-offset-4">
                                        <button type="submit" class="btn btn-primary">
                                            <i class="fa fa-btn fa-envelope"></i> Send Password Reset Link
                                        </button>
                                    </div>
                                </div>
                            </form>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script src="<?php echo e(get_template('plugins/jQuery/jquery-1.12.0.min.js')); ?>"></script>
        <script type="text/javascript" src="<?php echo e(get_template('bootstrap/js/bootstrap.min.js')); ?>"></script>
        <script type="text/javascript" src="<?php echo e(get_template('plugins/iCheck/icheck.min.js')); ?>"></script>
        <script type="text/javascript" src="<?php echo e(asset('vendor/jsvalidation/js/jsvalidation.js')); ?>"></script>
    </body>
</html><?php /**PATH /home/mip/mip/resources/views/auth/passwords/email.blade.php ENDPATH**/ ?>