@if ($hasSub)
Provider: {{ $subscription->provider ?? 'direct' }} · Started {{ $subscription->started_at?->toDateString() }}
@else
You are on the free plan. Upgrade to unlock private keywords and sync.
@endif
Downgrading to Free revokes any active API keys immediately.
@if ($hasPendingPayment)
You have a pending checkout. Use Pay in the table below to continue the same payment.
@if ($pendingCooldownRemaining > 0)
New checkout unlocks in {{ $pendingCooldownRemaining }}s.
@endif
@endif
Payment method
Card
Coming soon
Invoices
0
Billing history
Change plan
Plan change policy: when your new payment is confirmed, Dewemoji cancels the previous recurring plan automatically.
No prorated refund is applied.
@if (in_array($currentPlan, ['personal_monthly', 'personal_annual'], true))
@if ($currentPlan === 'personal_monthly')
Switch to Annual
@endif
@if ($currentPlan === 'personal_annual')
Switch to Monthly
@endif
Upgrade to Lifetime
@elseif ($currentPlan === 'personal_lifetime')
Lifetime active
@else
Choose Personal Plan
@endif