{{ mb_strtoupper(mb_substr($tenant->branding['company_name'] ?? $tenant->name, 0, 1)) }}{{ $tenant->branding['company_name'] ?? $tenant->name }}

YOUR SELECTED PACKAGE

{{ $plan->name }}

${{ number_format($plan->price_cents / 100, $plan->price_cents % 100 === 0 ? 0 : 2) }} every {{ $plan->billing_interval_days }} days

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.
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf