@extends('emails.layouts.abec') @section('subject', 'Your ABEC certificate has been issued') @section('preheader', 'Your ABEC Africa certificate is ready to download.') @section('content')
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') }}
Questions? Contact members@abecafrica.org.
@endsection