| 
									
										
										
										
											2015-09-06 03:25:57 +08:00
										 |  |  | @extends('public') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section('content') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="row"> | 
					
						
							|  |  |  |         <div class="col-md-6 col-md-offset-3"> | 
					
						
							| 
									
										
										
										
											2016-11-14 00:34:28 +08:00
										 |  |  |             <h2>{{ trans('auth.email_not_confirmed') }}</h2> | 
					
						
							|  |  |  |             <p class="text-muted">{{ trans('auth.email_not_confirmed_text') }}<br> | 
					
						
							|  |  |  |                 {{ trans('auth.email_not_confirmed_click_link') }} <br> | 
					
						
							|  |  |  |                 {{ trans('auth.email_not_confirmed_resend') }} | 
					
						
							| 
									
										
										
										
											2015-09-06 03:25:57 +08:00
										 |  |  |             </p> | 
					
						
							|  |  |  |             <hr> | 
					
						
							| 
									
										
										
										
											2016-08-14 19:29:35 +08:00
										 |  |  |             <form action="{{ baseUrl("/register/confirm/resend") }}" method="POST"> | 
					
						
							| 
									
										
										
										
											2015-09-06 03:25:57 +08:00
										 |  |  |                 {!! csrf_field() !!} | 
					
						
							|  |  |  |                 <div class="form-group"> | 
					
						
							| 
									
										
										
										
											2016-11-14 00:34:28 +08:00
										 |  |  |                     <label for="email">{{ trans('auth.email') }}</label> | 
					
						
							| 
									
										
										
										
											2015-09-06 03:25:57 +08:00
										 |  |  |                     @if(auth()->check()) | 
					
						
							|  |  |  |                         @include('form/text', ['name' => 'email', 'model' => auth()->user()]) | 
					
						
							|  |  |  |                     @else | 
					
						
							|  |  |  |                         @include('form/text', ['name' => 'email']) | 
					
						
							|  |  |  |                     @endif | 
					
						
							|  |  |  |                 </div> | 
					
						
							|  |  |  |                 <div class="form-group"> | 
					
						
							| 
									
										
										
										
											2016-11-14 00:34:28 +08:00
										 |  |  |                     <button type="submit" class="button pos">{{ trans('auth.email_not_confirmed_resend_button') }}</button> | 
					
						
							| 
									
										
										
										
											2015-09-06 03:25:57 +08:00
										 |  |  |                 </div> | 
					
						
							|  |  |  |             </form> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @stop |