@extends('layouts.website') @section('title','Register Application Form') @section('page_title','') @section('page_level_css') @endsection @section('content')
@csrf
LabPair accounts are currently available to US residents only (international expansion coming soon). Applicant must work in research in academia, government, industry, or non-profit sectors.
* All Fields Mandatory except where noted.

Answer based on the laboratory on behalf of which you will be sharing resources on LabPair.

@foreach($data['position'] AS $key => $position) @if($position->type == 'Regular')
@if($position->rtype == 'PI') @endif
@else
@endif @endforeach
@foreach($data['research'] AS $research)
@foreach($research->category AS $category) @if($category->type == 'Regular')
@else
@endif @endforeach
@endforeach

Password must contain:

  Minimum 8 characters

  Minimum 1 capital letter

  Minimum 2 digits

If a LabPair representative gave you a code to auto-approve your account, enter it here:

  Invalid Code

@endsection @section('page_level_js') @include('layouts.message-toastr') @endsection @push('footerscript') @endpush