| 
									
										
										
										
											2019-02-04 01:34:15 +08:00
										 |  |  | @extends('simple-layout') | 
					
						
							| 
									
										
										
										
											2015-09-06 03:25:57 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | @section('content') | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-04 01:34:15 +08:00
										 |  |  |     <div class="container very-small mt-xl"> | 
					
						
							|  |  |  |         <div class="card content-wrap auto-height"> | 
					
						
							|  |  |  |             <h1 class="list-heading">{{ trans('auth.email_not_confirmed') }}</h1> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             <p>{{ trans('auth.email_not_confirmed_text') }}<br> | 
					
						
							|  |  |  |                 {{ trans('auth.email_not_confirmed_click_link') }} | 
					
						
							|  |  |  |             </p> | 
					
						
							|  |  |  |             <p> | 
					
						
							|  |  |  |                 {{ trans('auth.email_not_confirmed_resend') }} | 
					
						
							|  |  |  |             </p> | 
					
						
							| 
									
										
										
										
											2017-08-27 00:17:04 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-08-04 21:26:39 +08:00
										 |  |  |             <form action="{{ url("/register/confirm/resend") }}" method="POST" class="stretch-inputs"> | 
					
						
							| 
									
										
										
										
											2019-02-04 01:34:15 +08:00
										 |  |  |                 {!! csrf_field() !!} | 
					
						
							|  |  |  |                 <div class="form-group"> | 
					
						
							|  |  |  |                     <label for="email">{{ trans('auth.email') }}</label> | 
					
						
							|  |  |  |                     @if(auth()->check()) | 
					
						
							| 
									
										
										
										
											2019-04-07 19:00:09 +08:00
										 |  |  |                         @include('form.text', ['name' => 'email', 'model' => auth()->user()]) | 
					
						
							| 
									
										
										
										
											2019-02-04 01:34:15 +08:00
										 |  |  |                     @else | 
					
						
							| 
									
										
										
										
											2019-04-07 19:00:09 +08:00
										 |  |  |                         @include('form.text', ['name' => 'email']) | 
					
						
							| 
									
										
										
										
											2019-02-04 01:34:15 +08:00
										 |  |  |                     @endif | 
					
						
							|  |  |  |                 </div> | 
					
						
							|  |  |  |                 <div class="form-group text-right mt-m"> | 
					
						
							| 
									
										
										
										
											2019-08-25 19:40:04 +08:00
										 |  |  |                     <button type="submit" class="button">{{ trans('auth.email_not_confirmed_resend_button') }}</button> | 
					
						
							| 
									
										
										
										
											2019-02-04 01:34:15 +08:00
										 |  |  |                 </div> | 
					
						
							|  |  |  |             </form> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2015-09-06 03:25:57 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @stop |