@include('email.email-head')
 
@include('email.email-header') @if(!empty($data['recipient_message'])) @endif

Hello,

{{$data['your_name']}} {{$data['your_last_name']}} has sent you a LabPair membership quote.

"{!! $data['recipient_message'] !!}"

LabPair is a laboratory tool, therefore we make it easy to pay using your institution' s purchase card. Click "Order" below to proceed with payment.

Heads up! You will need the names and email addresses of the lab members that you are purchasing memberships for.

Quote Price Details

Members Subscription Term (Years) Discount Monthly Fee Per Person Total Savings Sub-total
{{$data['membership']['membershipUser']}} {{$data['membership']['membershipYear']}} {{$data['membership']['totalDiscount']}}% * ${{$data['membership']['monthlyFee']}} ${{$data['membership']['discountAmount']}} ${{$data['membership']['discountYearlyFee']}}

@include('email.email-footer')