@extends('emails.layouts.abec') @section('subject', 'Re: ' . $contactMessage->subject) @section('preheader', 'A reply from the ABEC Africa team regarding your enquiry.') @section('content')
Hi {{ $contactMessage->name }},
Thank you for contacting us. Here is our response to your enquiry:
{{ $replyBody }}
{{ $contactMessage->body }}
To reply, contact us at info@abecafrica.org or visit abecafrica.org/contact.
@endsection