Connect with Sea Friends Apply for Jobs Directly Find Courses, institutes.
Sign up to MySeaTime
{{ Form::open(array('id'=>'createuser-form','class'=>'log-in-form usrregister','url' => '/register/landing')) }}
{{ Form::text('firstname', Input::old('firstname'), array('class'=>'width','placeholder'=>'First Name*')) }}
{{ Form::text('lastname', Input::old('lastname'), array('class'=>'width margin ','placeholder'=>'Last Name*')) }}
{{ Form::text('email', Input::old('email'), array('placeholder'=>'Email id*', 'class'=>'usremailid')) }}
{{ Form::password('password', array('placeholder'=>'Password*')) }}
{{ Form::password('password_confirmation', array('placeholder'=>'Confirm password*')) }}
{{ Form::hidden('userType', '2') }}
{{ Form::close() }}
Sign up to MySeaTime
{{ Form::open(array('id'=>'createuser-form','class'=>'log-in-form','url' => '/register/complanding')) }}
{{ Form::text('firstname', Input::old('firstname'), array('class'=>'form-control','placeholder'=>'Name*')) }}
{{ Form::text('compname', '', array('class'=>'form-control','placeholder'=>'Company Name*', 'id'=>'tags')) }}
{{ Form::text('email', Input::old('email'), array('class'=>'form-control','placeholder'=>'Email id*')) }}
{{ Form::password('password', array('class'=>'form-control','placeholder'=>'Password*')) }}
{{ Form::password('password_confirmation', array('class'=>'form-control','placeholder'=>'Confirm Password*')) }}
{{ Form::hidden('userType', '3') }}
{{ Form::close() }}
{{ Form::open(array('class'=>'form_fb','url'=>'register/fb')) }}
{{ Form::hidden('firstName', '', array('id'=>'firstName_fb')) }}
{{ Form::hidden('lastName', '', array('id'=>'lastName_fb')) }}
{{ Form::hidden('email', '', array('id'=>'email_fb')) }}
{{ Form::hidden('fbUserId', '', array('id'=>'id_fb')) }}
{{ Form::hidden('fbGender', '', array('id'=>'gender_fb')) }}
{{ Form::hidden('fbdob', '', array('id'=>'dob_fb')) }}
{{ Form::hidden('fbAccToken', '', array('id'=>'accToken_fb')) }}
{{ Form::close() }}
{{ Form::open(array('class'=>'form_googlePlus','url'=>'register/gPlus')) }}
{{ Form::hidden('firstName', '', array('id'=>'firstName_googlePlus')) }}
{{ Form::hidden('lastName', '', array('id'=>'lastName_googlePlus')) }}
{{ Form::hidden('email', '', array('id'=>'email_googlePlus')) }}
{{ Form::hidden('gPlusUserId', '', array('id'=>'id_googlePlus')) }}
{{ Form::hidden('gPlusToken', '', array('id'=>'token_googlePlus')) }}
{{ Form::close() }}