@extends('emails.layouts.abec') @section('subject', 'Your ABEC membership is now active') @section('preheader', 'Your ABEC Africa membership has been activated.') @section('content')
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
Questions? Contact us at members@abecafrica.org.
@endsection