@extends('emails.layouts.abec') @section('subject', "Your ABEC membership expires in {$daysUntilExpiry} days") @section('preheader', 'Renew your ABEC Africa membership to maintain your access.') @section('content')

Your membership expires soon.

Hi {{ $user->name }}, your ABEC Africa membership will expire in {{ $daysUntilExpiry }} {{ Str::plural('day', $daysUntilExpiry) }} on {{ $subscription->expires_at?->format('j F Y') }}.

Renew now to maintain uninterrupted access to the member portal, directory, and consortium resources.

Renew Membership


Questions about renewal? Contact members@abecafrica.org.

@endsection