WordPress

Coming Soon

revealability
<!DOCTYPE html> <html lang="en"> <head> <title>Education Master Template</title> <!-- META TAGS --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Education master is one of the best educational html template, it's suitable for all education websites like university,college,school,online education,tution center,distance education,computer education"> <meta name="keyword" content="education html template, university template, college template, school template, online education template, tution center template"> <!-- FAV ICON(BROWSER TAB ICON) --> <link rel="shortcut icon" href="<?php echo e(url('Admin/images/fav.ico')); ?>" type="image/x-icon"> <!-- GOOGLE FONT --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700%7CJosefin+Sans:600,700" rel="stylesheet"> <!-- FONTAWESOME ICONS --> <link rel="stylesheet" href="<?php echo e(url('Admin/css/font-awesome.min.css')); ?>"> <!-- ALL CSS FILES --> <link href="<?php echo e(url('Admin/css/materialize.css')); ?>" rel="stylesheet"> <link href="<?php echo e(url('Admin/css/bootstrap.css')); ?>" rel="stylesheet" /> <link href="<?php echo e(url('Admin/css/style.css')); ?>" rel="stylesheet" /> <!-- RESPONSIVE.css ONLY FOR MOBILE AND TABLET VIEWS --> <link href="<?php echo e(url('Admin/css/style-mob.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="<?php echo e(url('Admin/js/html5shiv.js')); ?>"></script> <script src="<?php echo e(url('Admin/js/respond.min.js')); ?>"></script> <![endif]--> </head> <body> <section> <div class="ad-log-main"> <div class="ad-log-in"> <div class="ad-log-in-logo"> <a href="index-2"><img src="<?php echo e(url('Admin/images/logo.png')); ?>" alt=""></a> </div> <div class="ad-log-in-con"> <div class="log-in-pop-center"> <h4>Forgot Password</h4> <p>Don't have an account? Create your account. It's take less then a minutes</p> <form class="s12"> <div> <div class="input-field s12"> <input type="text" data-ng-model="name" class="validate"> <label class="">User name</label> </div> </div> <div> <div class="input-field s12"> <input type="email" class="validate"> <label>Email id</label> </div> </div> <div> <div class="s12 log-ch-bx"> <p> <input type="checkbox" id="test5"> <label for="test5">Remember me</label> </p> </div> </div> <div> <div class="input-field s4"> <i class="waves-effect waves-light log-in-btn waves-input-wrapper" style=""><input type="submit" value="Submit" class="waves-button-input"></i> </div> </div> <div> <div class="input-field s12"> <a href="login">Login</a> | <a href="register">Create a new account</a> </div> </div> </form> </div> </div> </div> </div> </section> <!--Import jQuery before materialize.js--> <script src="<?php echo e(url('Admin/js/main.min.js')); ?>"></script> <script src="<?php echo e(url('Admin/js/bootstrap.min.js')); ?>"></script> <script src="<?php echo e(url('Admin/js/materialize.min.js')); ?>"></script> <script src="<?php echo e(url('Admin/js/custom.js')); ?>"></script> </body> </html><?php /**PATH C:\xampp\htdocs\iimtlms\resources\views/Admin/forgot.blade.php ENDPATH**/ ?>