@extends('emails.layouts.abec') @section('subject', 'Your ABEC certificate has been issued') @section('preheader', 'Your ABEC Africa certificate is ready to download.') @section('content')

Your certificate is ready.

Hi {{ $user->name }}, congratulations! Your ABEC Africa certificate has been issued.

Certificate number: {{ $certificateNumber }}
Issued to: {{ $user->name }}
Issued on: {{ now()->format('j F Y') }}

Download Certificate


Questions? Contact members@abecafrica.org.

@endsection