{{HTML::style('css/mentconnect.css')}}
{{ Form::open(array('url' => 'users/store', 'class' => 'form-horizontal')) }}

Complete Your Registration

Be part of the change!

Learn from experts who care to share. When you are ready, be free to give back by sharing your skills with others.

{{Form::text('first', $user->first, array('class' => 'form-control form-control-bordered', 'tabindex' => '1'))}} {{$errors->first('first')}}
{{ Form::text('last', $user->last, array('class' => 'form-control form-control-bordered', 'tabindex' => '2')) }} {{$errors->first('last')}}
{{ Form::email('email', $user->email, array('class' => 'form-control form-control-bordered', 'tabindex' => '3')) }} {{$errors->first('email') }}
{{Form::submit('Complete My Profile!', array('class' => 'btn btn-success btn-large submit-button'))}}

By clicking "Sign Me Up" you agree to our {{HTML::link('tos', 'Terms of Service') }} and {{HTML::link('privacy', 'Privacy Policy.')}}
{{ Form::close() }}
Page rendered in 0.13724s using 6 queries.