Please check the invoice preview and make sure all information is correct. A final copy of this invoice will be available under your administrator dashboard. If you have a promo code, you can enter it on the next page.
LabPair Membership Invoice
Date: 1/31/2022 3:34 pm
Prepared For: {{\Auth::user()->name}} {{\Auth::user()->last_name}}, {{\Auth::user()->email}}
Invoice Number: Not assigned yet
Description:
{{$quote['membershipUser']}} LabPair Membership(s) for {{$quote['membershipYear']}} year(s) at ${{$quote['monthlyFee']}}/user/month.
{{$quote['totalDiscount']}}% Discount Included
User Information
@for ($i = 0; $i < $membership->member; $i++)
@endfor
@php
$backURL = ($membership->member == 1 && $membership->full_membership == 'Yes') ? 'quote/membership-member-information' : 'quote/membership-admin-control';
$backURL = getURL($backURL . '?id=' . $membership->id);
@endphp