refs #443 form element add manuel
This commit is contained in:
		| @@ -7,6 +7,8 @@ | ||||
| <form role="form" method="POST" action="{{ url('auth/forgot') }}"> | ||||
|     {{ csrf_field() }} | ||||
|  | ||||
|     @stack('email_input_start') | ||||
|  | ||||
|     <div class="form-group has-feedback{{ $errors->has('email') ? ' has-error' : '' }}"> | ||||
|         <input name="email" type="email" class="form-control" placeholder="{{ trans('auth.enter_email') }}" required> | ||||
|         <span class="glyphicon glyphicon-envelope form-control-feedback"></span> | ||||
| @@ -16,6 +18,9 @@ | ||||
|             </span> | ||||
|         @endif | ||||
|     </div> | ||||
|  | ||||
|     @stack('email_input_end') | ||||
|  | ||||
|     <div class="row"> | ||||
|         <!-- /.col --> | ||||
|         <div class="col-sm-offset-8 col-sm-4"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user