@extends('emails.layouts.abec') @section('subject', "You're subscribed to ABEC Africa updates") @section('preheader', 'Welcome — you will now receive updates from the African Biomedical Engineering Consortium.') @section('content')

You're on the list.

@if($subscriber->name) Hi {{ $subscriber->name }}, thank you for subscribing to updates from the African Biomedical Engineering Consortium. @else Thank you for subscribing to updates from the African Biomedical Engineering Consortium. @endif We'll keep you informed about programs, research, events, and developments from across our pan-African network.

In the meantime, explore what ABEC is doing:

@foreach([ ['Research & Publications', '/research'], ['Summer School Programs', '/programs'], ['Member Directory', '/members'], ['About the Consortium', '/about'], ] as [$label, $path]) @endforeach
→ {{ $label }}

You are receiving this because you subscribed at abecafrica.org. To unsubscribe, click here.

@endsection