YOUR SELECTED PACKAGE
{{ $plan->name }}
${{ number_format($plan->price_cents / 100, $plan->price_cents % 100 === 0 ? 0 : 2) }} every {{ $plan->billing_interval_days }} days
- {{ number_format($plan->lead_allowance) }} leads per renewal
- U.S. education organizations
- {{ $tenant->data_freshness_days }}-day freshness policy
- Search batches of {{ implode(', ', $plan->allowed_search_quantities) }}
Demo checkout: no payment is collected yet. William will review this request and activate access after confirming the subscription.
CREATE YOUR ACCOUNT
Request subscriber access
Enter your details. Your account will remain protected until William approves it.
@if ($errors->any())Please check the form.
@endif
- @foreach ($errors->all() as $error)
- {{ $error }} @endforeach