@if(isset($reset_password))

Forgot Password

Enter your email address and a password reset email will be sent to you if you have an account.

@else

Enter your email address to
sign in or to create an account

@endif @if(isset($reset_password)) {!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return sendRestEmail(this);']) !!} @else {!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return userAccountVerification(this);']) !!} @endif
{!! Form::email('email' , '' , ['class' => 'input-sm form-control','placeholder' => 'Email','id'=>'email']) !!}
{!! Form::close() !!}