| 
									
										
										
										
											2015-08-23 22:46:02 +08:00
										 |  |  | @extends('public') | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-30 19:33:56 +08:00
										 |  |  | @section('header-buttons') | 
					
						
							|  |  |  |     <a href="{{ baseUrl("/login") }}"><i class="zmdi zmdi-sign-in"></i>Sign in</a> | 
					
						
							|  |  |  |     @if(setting('registration-enabled')) | 
					
						
							|  |  |  |         <a href="{{ baseUrl("/register") }}"><i class="zmdi zmdi-account-add"></i>Sign up</a> | 
					
						
							|  |  |  |     @endif | 
					
						
							|  |  |  | @stop | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-09-05 00:16:58 +08:00
										 |  |  | @section('content') | 
					
						
							| 
									
										
										
										
											2015-08-23 22:46:02 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="text-center"> | 
					
						
							|  |  |  |         <div class="center-box text-left"> | 
					
						
							|  |  |  |             <h1>Reset Password</h1> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             <p class="muted small">Enter your email below and you will be sent an email with a password reset link.</p> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-14 19:29:35 +08:00
										 |  |  |             <form action="{{ baseUrl("/password/email") }}" method="POST"> | 
					
						
							| 
									
										
										
										
											2015-08-23 22:46:02 +08:00
										 |  |  |                 {!! csrf_field() !!} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <div class="form-group"> | 
					
						
							|  |  |  |                     <label for="email">Email</label> | 
					
						
							|  |  |  |                     @include('form/text', ['name' => 'email']) | 
					
						
							|  |  |  |                 </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <div class="from-group"> | 
					
						
							|  |  |  |                     <button class="button block pos">Send Reset Link</button> | 
					
						
							|  |  |  |                 </div> | 
					
						
							|  |  |  |             </form> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @stop |