Name: {{ $enquiry['name'] }}
Email: {{ $enquiry['email'] }}
Phone: {{ $enquiry['phone'] ?? 'Not provided' }}
Subject: {{ $enquiry['subject'] ?? 'General enquiry' }}
Service: {{ $enquiry['service'] ?? 'Not specified' }}
Message:
{{ $enquiry['message'] }}
This enquiry is also saved in the Enter Africa admin dashboard. Reply to this email to contact the sender.