Registered Sales Manager

{!!$pages->fldPagesSubTitle!!}

@if(Session::has('sales-reset-success'))
Success: Your password has been reset. You can now use your new password to login.
@endif @if(Session::has('error'))
{!!Session::get('error')!!}
@endif {!! Form::open(array('url' => '/sales-login', 'method' => 'post', 'class' => 'row-fluid account-login input-100')) !!}
{!! Form::label('email', 'Email Address * ',array('style'=>'')); !!}
{!! Form::text('email','',array('id'=>'email','required', 'class' => 'form-width-large')) !!} @if($errors->login->first('email'))
{!!$errors->login->first('email')!!}
@endif
{!! Form::label('password', 'Password *',array('style'=>'')); !!}
{!! Form::password('password',array('id'=>'password','required', 'class' => 'form-width-large')) !!} @if($errors->login->first('password'))
{!!$errors->login->first('password')!!}
@endif
{!! Form::submit('Login',array('name'=>'login','class'=>'uk-margin-top uk-button uk-button-primary widauto'))!!}
{!! Form::close() !!}
I can't access my account, please help. @if(Session::has('sales-forgot-success'))
Your password reset link has been sent to your email on file. Please check your inbox for this email. If you do not receive it please make sure to check your Spam or Junk folders.
@endif @if(Session::has('error-forgot'))
Error! {!!Session::get('error-forgot')!!}
@else
@endif {!! Form::open(array('url' => '/sales-forgot-password', 'method' => 'post', 'class' => 'form-width-large row-fluid account-login input-100')) !!}

To reset your password, enter the email address you use to sign in to Clarkin.

{!! Form::label('username', 'Email Address *',array('style'=>'width:75px')); !!}
{!! Form::text('email','',array('id'=>'username','required', 'class' => 'form-width-large')) !!} @if($errors->login->first('email'))
{!!$errors->login->first('username')!!}
@endif
{!! Form::submit('Forgot Password',array('name'=>'login','class'=>'uk-margin-top uk-button uk-button-primary widauto uk-margin-large-bottom'))!!}
{!! Form::close() !!}

New Sales Manager

Create an account as a sale manager today.

{!! Html::link('sales-registration', "Create an Account",array('class'=>'uk-button uk-button-primary')) !!}