Sign up

Must be at least 8 characters.

Student Information

K
1
2
3
4
5
6
7
8
{{package.name}}
${{package.amount}}
student/month
billed monthly
{{subject}}
Added Students:
{{student.first_name}} {{student.last_name}} • {{student.package.key == '1_subject' ? student.subject : 'Math + Reading'}} • Grade {{student.grade}}

Billing Details

Summary

Parent Information
Name: {{parent_first_name}} {{parent_last_name}}
Email: {{parent_email}}
Students
{{student.first_name}} {{student.last_name}} • {{student.package.key == '1_subject' ? student.subject : 'Math + Reading'}}
No student added
Billing Details
Billing Name: {{billing_name}}
Billing Card Number: **** {{striperesp?.token?.card?.last4}}
Billing Zip: {{striperesp?.token?.card?.address_zip}}
Total: {{liststudents.length}} {{liststudents.length > 1 ? 'students' : 'student'}}, ${{liststudents.map(item => item.package.amount).reduce((partialSum, a) => partialSum + a, 0)}} / month