@extends('layouts.website') @section('title','Membership Quote Generator') @section('page_title','') @section('page_level_css') @endsection @section('content')

LabPair Membership Quote

@php $attributes = ''; @endphp @if ((isset($request->user) && !empty($request->user) && isset($request->year) && !empty($request->year)) || (isset($_GET['user']) && !empty($_GET['user']) && isset($_GET['year']) && !empty($_GET['year']))) @php $attributes = '?user=' . $_GET['user'] . '&year=' . $_GET['year']; @endphp @elseif((isset($request->id) && !empty($request->id)) || (isset($_GET['id']) && !empty($_GET['id']))) @php $attributes = '?id=' . $_GET['id']; @endphp @endif
Use our quote generator to receive discounts for multiple users and multi-year agreements. Email your quote to your lab manager or administrator for hassle-free payment.
How many LabPair memberships would you like?
We recommend one membership for each person in your laboratory that generates data or samples. Here's why.
LabPair was designed to accommodate busy principal investigators (PIs) and laboratory leaders. Laboratory trainees and/or staff can use their own LabPair accounts to draft posts advertising the lab's resources and then send them to their PI for final editing and approval. This maximizes the lab's efficiency by facilitating task delegation while still allowing PIs to maintain control over their lab's resources. After a post is made public, potential collaborations may reach out with detailed questions that only the person generating the data/ samples may be able to answer. Laboratory workers can field these questions and report back to their PI.
Number of memberships
For 10 or more memberships, please contact our sales department.
Number of years of membership
Simplify grant management by ordering multiple years at once and receive additional discounts.
Memberships can be transferred one time in the event of laboratory personnel changes.
Quote Price Details
Members Subscription Term (Years) Total Discount Monthly Fee Per Person Total Savings Sub-total
-- -- -- % $ 00.00 $ 00.00 $ 00.00
Email your quote to your lab manager or administrator
To complete payment, you or your admin will need the names and emails of the individuals for whom you are requesting memberships
@csrf
Enter your information
Recipient Information
@endsection @push('page_level_script') @endpush @push('footerscript') @endpush