@extends('layouts.website') @section('title','Principal Investigator Application Form') @section('page_title','') @section('page_level_css') @endsection @section('content')
title-icon

LabPair Principal Investigator Application Form

@csrf

Currently, LabPair is only acception Beta Testers from withing the United States, but we will be expanding internationally soon!

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

Account Security

As part of your application, you need to provide a temporary password. You will need to remember this password as you will be asked, with the approval of your application, to enter reenter your password, along with 7 digit registration number as part of the approval process. It is at that time you will complete your application and be asked to create a new, permanent, password.

@endsection @section('page_level_js') @endsection @push('footerscript') @endpush