@extends('emails.layouts.abec') @section('subject', 'Re: ' . $contactMessage->subject) @section('preheader', 'A reply from the ABEC Africa team regarding your enquiry.') @section('content')

Reply from ABEC Africa.

Hi {{ $contactMessage->name }},

Thank you for contacting us. Here is our response to your enquiry:

{{ $replyBody }}


Your original message

{{ $contactMessage->body }}


To reply, contact us at info@abecafrica.org or visit abecafrica.org/contact.

@endsection