Your key is ready, {{ $user->name }}
Thank you for subscribing to the {{ ucfirst($planType) }} Premium Plan.
Your unique API key has been generated and is active immediately.
Keep it confidential — it grants full access to your subscription.
|
Your API Key
|
|
{{ $apiKey }}
|
|
Subscription Details
|
|
Plan
|
{{ $planType }} Premium
|
|
Status
|
Active
|
|
Activated
|
{{ $subscription->starts_at->format('d M Y') }}
|
|
Expires
|
{{ $subscription->expires_at->format('d M Y') }}
|
|
Keep Your Key Safe
Never share your API key publicly. You can rotate or disable it anytime from your dashboard if you suspect it has been compromised.
|
If you have any questions or need help getting started, don’t hesitate to reach out to our support team.
The {{ env('APP_NAME') }} Team
|