
<?php $__env->startSection('main'); ?>

 


<!DOCTYPE html>
<html>
  <head>
    <title>Forget Password|Golars Networks</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="<?php echo asset('css/bootstrap.min.css');?>" rel="stylesheet"/>
    <link href="<?php echo asset('css/bootstrap-theme.min.css');?>" rel="stylesheet"/>
    <link href="<?php echo asset('css/custom.css');?>" rel="stylesheet"> 
  </head>
  <body>
	<div class="container ">
    <div class="login_page"><img src="<?php echo URL::to('/');; ?>/img/logo.png" alt="logo" />
    	<div class="loginscreen">
			<form class="form-signin" method="post" id="loginForm" action="<?php echo URL::to('/');; ?>/login/forgetpass" role="form">
				<?php /*<h2 class="form-signin-heading">Login form</h2>*/?>
				<?php if (Session::has('message')): ?>
						<p><?php echo Session::get('message'); ?></p>
				<?php endif; ?>
                <label>User Email:</label>
				<input type="text" name="femail" id="useremail" class="form-control" placeholder="User Email" autocomplete=off autofocus/>
                 <?php /*<label class="checkbox">
					<input type="checkbox" name="uremember" value="remember-me"> Remember me
				</label>*/?>
				<button class="btn login-button" id="forgetsubmit" type="submit">Submit</button>
               <input type="hidden" name="" value=""/>
               <input type="hidden" name="" value=""/>
			</form>
        </div>
        </div>
        <div class="info">
<div class="info-a">
    <h3>About Us</h3>
    <p>Golars Networks has been committed to excellence in Networking and Security training foraying into diversified disciplines of learning. It has steadily evolved into a world class training recognized for the experiential industry leading technology learning.</p>
    <p>The Golars Group has two institutes - its main office at New Jersey and branch office at Hyderabad. Known for its creative dynamism and flexibility, the Golars Networks offers varied programs blending skill development and value orientation to shape the career of students and develop holistic personality to be privileged members of the civil society. The Golars also offers severalprograms through distance learning to increase access to higher education with emphasis on reaching the unreached.</p>
    <p>The Golars Group has established placement cell in each of its institutes to train and guide the students in finding lucrative placements. The placement record has been consistently highly impressive, with major recruiters from both the core and IT companies. Welcome to Golars Network Training institute, a dream destination of all Networking and Security Courses.</p>
</div>	
<div class="info-b">
    <h3>Why Us</h3>
    <p><img src="<?php echo URL::to('/');; ?>/img/content-img1.png" alt=""/>Our  variety of services in the areas of Taining and Placements is like a tree structure , where all the resources are available in single window to make our students goals true. </p>
    <p><img src="<?php echo URL::to('/');; ?>/img/content-img2.png" alt=""/> Our service can be Onsite or Offsite or Combination that best suites to everyone.We belive our students are one of the strongest pillars for our success. </p>
    <p><img src="<?php echo URL::to('/');; ?>/img/content-img3.png" alt="">The dedicated team of placement officers at Golars work deligently to seek and provide opportunities for our students, once a student has been placed in the industry he can come back to us to better his job prospects.We maintain this relationship up until our student is stabalized and confident in the industry.</p>
</div>	

</div>
	</div>

	<script src="<?php echo asset('js/jquery.js');?>"></script>
    <script src="<?php echo asset('js/bootstrap.min.js');?>"></script>
    <script src="<?php echo asset('js/jquery.validation.js');?>"></script>
    <script src="<?php echo asset('js/login/pchange.js');?>"></script>
   </body>
</html>
