@extends('emails.layouts.abec') @section('subject', 'Your ABEC membership is now active') @section('preheader', 'Your ABEC Africa membership has been activated.') @section('content')

Your membership is active.

Hi {{ $user->name }}, your ABEC Africa membership has been activated. You now have full access to all member resources and the #MyABEC portal.

Membership tier: {{ $subscription->tier->name ?? 'Member' }}
Status: Active
@if($subscription->expires_at) Valid until: {{ $subscription->expires_at->format('j F Y') }} @else Duration: Lifetime @endif

Go to My ABEC Portal


Questions? Contact us at members@abecafrica.org.

@endsection