@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')
@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:
| → {{ $label }} |
You are receiving this because you subscribed at abecafrica.org. To unsubscribe, click here.
@endsection