@extends('emails.layouts.abec') @section('subject', 'Welcome to ABEC Africa') @section('preheader', 'You are now a member of the African Biomedical Engineering Consortium.') @section('content')
You've joined the African Biomedical Engineering Consortium — a pan-African network of universities, research institutions, and professionals working to advance biomedical engineering education and practice across the continent.
Membership tier: {{ $subscription->tier->name ?? 'Member' }}
Status:
@if($subscription->status === 'active')
Active
@else
Pending payment
@endif
@if($subscription->expires_at)
Valid until: {{ $subscription->expires_at->format('j F Y') }}
@endif
Your membership is currently pending. Please complete your payment to activate your access to member resources, the directory, and consortium events.
@endif|
{{ $loop->iteration }}
|
{{ $step[0] }} {{ $step[1] }} |
Questions? Contact us at members@abecafrica.org or visit abecafrica.org/contact.
@endsection