@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')

Welcome to ABEC, {{ $user->name }}.

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

@if($subscription->status !== 'active')

Your membership is currently pending. Please complete your payment to activate your access to member resources, the directory, and consortium events.

@endif

Your next steps

@foreach([ ['Verify your email address', 'Confirm your email to unlock your full member portal.'], ['Complete your profile', 'Add your institution, specialisation, and bio to appear in the member directory.'], ['Explore the portal', 'Access events, publications, and connect with colleagues across Africa.'], ] as $step) @endforeach
{{ $loop->iteration }}

{{ $step[0] }}

{{ $step[1] }}

Go to My ABEC Portal


Questions? Contact us at members@abecafrica.org or visit abecafrica.org/contact.

@endsection