@extends('emails.layout') @section('body')
🎉 Subscription Activated!

Your {{ $subscription->plan_label }} Plan is now active.

Welcome to {{ $subscription->plan_label }}!

Thank you for subscribing to OlaInvoice {{ $subscription->plan_label }}. Your payment has been confirmed and your account has been upgraded.

{{-- Subscription details --}}
{{ $subscription->plan_label }}
₦{{ number_format($subscription->amount, 2) }}
{{ $subscription->starts_at->format('d/m/Y') }}
{{ $subscription->expires_at->format('d/m/Y') }}
{{ $subscription->paystack_reference }}
Active ✓
{{-- What's unlocked --}}
What's now unlocked for you:
Go to Dashboard →

Your subscription renews on {{ $subscription->expires_at->format('d/m/Y') }}. To manage your subscription, visit Settings → Subscription in your dashboard.

@endsection