{{-- Welcome to Clarkin Collection
{{--@if(!empty($pages->fldPagesDescription)) {!!$pages->fldPagesDescription!!} @endif--}} @if(Session::has('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
@if(Session::has('forgot-success'))
Success: Your reset password link has been send in mail.
@endif
@if ($errors->has('captcha'))
{{ $errors->first('captcha') }}
@endif
{{--
OR
--}}
{!! Form::open(array('url' => '/login', 'method' => 'post', 'class' => 'row-fluid account-login input-100')) !!}
Don’t have an account? Register
@if($cart_count > 0){!! Html::link('guest-checkout', "Checkout as Guest",array('class'=>'uk-button uk-button-primary')) !!}
@endif {!! Form::close() !!}
Login with Google
Login with Facebook